Test Automation using Cypress for XYZ Bank web application. Sample project using cypress
You can find the sample Test Reports here: XYZ Bank Test Report
- ✅ End-to-End Testing using Cypress
- ✅ Automated UI & Functional Testing
- ✅ Cross-Browser Testing
- ✅ Mochawesome Test Reports
xyz-cypress-use-case/
│-- cypress/
│ ├── fixtures/ # Test data (JSON)
│ ├── integration/ # Test cases
│ ├── plugins/ # Cypress plugins
│ ├── support/ # Custom commands & utilities
│ ├── reports/ # Mochawesome test reports
│-- cypress.config.js # Cypress configuration
│-- package.json # Dependencies & scripts
│-- README.md # Project documentation
-
Clone the repository
git clone https://github.com/vernitapang/xyz-cypress-use-case.git cd xyz-cypress-use-case -
Install dependencies
npm install
-
Run Cypress tests
- Open Cypress UI
npx cypress open
- Run headless tests
npx cypress run
- Open Cypress UI
For questions or collaboration, reach out to me.