Enhanced Selenium automation framework with additional test cases for Add-to-Cart and Search functionalities on a demo e-commerce website.
- Install dependencies:
pip install -r requirements.txt
- Run tests and generate report:
pytest --html=reports/report.html
- Valid and invalid login test cases.
- Add-to-Cart functionality validation.
- Search product verification.
- Pytest-based automation with HTML reports.