A modern test automation framework built with Cypress for web application testing. This project demonstrates best practices in UI and API test automation.
- End-to-End Testing: Comprehensive UI test coverage
- API Testing: Integrated API test suite
- Page Object Model: Maintainable test architecture
- GitHub Actions: CI/CD integration
- Reporting: HTML and video reports
- Multi-environment: Dev/QA/Prod support
- Node.js 16+
- npm 8+
- Chrome/Firefox/Edge (latest)
- Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo