PyTest-BDD-Automation/ ├── features/ │ ├── login.feature # Login scenarios in Gherkin │ ├── checkout.feature # Checkout scenarios in Gherkin │ └── e2e.feature # End-to-end purchase flow ├── pages/ │ ...
ai-test-automation-mcp/ │ ├── pages/ # Page Object Model ├── tests/ # Test Cases (UI + API + DB) ├── features/ # BDD Feature Files ├── steps/ # Step Definitions ├── performance/locust/ # Performance ...