A modular, production-style Python test automation framework with CLI-driven execution, JSON-based test data management, structured logging, parameterized tests, and HTML/JSON report generation. Built ...
ecommerce-automation/ ├── pages/ # Page Object classes ├── tests/ │ └── ui/ # UI test files ├── utils/ # Helper functions ├── screenshots/ # Auto-captured on test failure ├── config.py # Base URL, ...