├── config/ # Configuration files │ ├── testConfig.json # Main test configuration │ ├── categories.json # Test categories and environments │ └── expectedApiResponse.json # API response templates ├── ...