https://github.com/andriilive/cypress-example
This is a simple example of how to use Cypress to test a web application.
https://github.com/andriilive/cypress-example
cypress e2e-testing testing
Last synced: 2 months ago
JSON representation
This is a simple example of how to use Cypress to test a web application.
- Host: GitHub
- URL: https://github.com/andriilive/cypress-example
- Owner: andriilive
- Created: 2024-04-22T21:09:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T23:41:45.000Z (about 2 years ago)
- Last Synced: 2025-12-08T02:54:30.422Z (7 months ago)
- Topics: cypress, e2e-testing, testing
- Language: TypeScript
- Homepage:
- Size: 3.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress example
[](https://github.com/vshymanskyy/StandWithUkraine)
This is a simple example of how to use Cypress to test a web application.
- TypeScript
- [JB Aqua](https://www.jetbrains.com/aqua) project
- [Cypress](https://www.cypress.io/) >= 13
- Chrome, Firefox, Safari browsers
- [cypress-image-diff](https://github.com/uktrade/cypress-image-diff) plugin
## Scripts
Use JB Aqua to run the following scripts:
```bash
# 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
```