saucedemo-cypress-tests.spec.js
15 passingCypress UI Automation Testing
End-to-end regression suite for an e-commerce demo app, built to be portfolio-ready and explainable in interviews.
- ✓Automates login, inventory, cart, checkout, and logout flows
- ✓Page Object Model (POM) with four reusable page classes
- ✓15 test cases across four spec files, JSON fixtures, custom commands
- ✓GitHub Actions CI pipeline runs the suite on every push