This is a simple example of how to use Cypress to test a web application.
- TypeScript
- JB Aqua project
- Cypress >= 13
- Chrome, Firefox, Safari browsers
- cypress-image-diff plugin
Use JB Aqua to run the following scripts:
# Install
npm install
# Open Cypress
npm run cypress:open
# Run Headless Tests (Electron)
npm run cypress:run
# Run Headless Tests (Chrome, Firefox, Safari)
npm run cypress:run:chrome
npm run cypress:run:firefox
npm run cypress:run:safari