This project contains end-to-end automated tests using Selenium and Pytest for SauceDemo.
- Login/logout
- Add to cart
- Cart validation
- Sorting (A-Z, Z-A, Price)
- Remove from cart
- Python
- Selenium
- Pytest
- Follows Page Object Model (POM) for clean separation of concerns.
- Reusable functions for login, cart interaction, and page element verification.
- conftest.py includes fixture setup for reusable browser sessions.