This project is a sample Selenium automation framework built using Python and Pytest to test the SauceDemo e-commerce web app.
- ✅ Automated login test (valid credentials)
- ✅ Add-to-cart test
- 🧱 Page Object Model (POM) architecture
- 🔧 Pytest framework for scalable test execution
- 🌐 Chrome WebDriver setup via
conftest.py
This is part of a learning project for automation QA using Python + Selenium.