Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 8 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T23:41:45.000Z (9 months ago)
- Last Synced: 2024-11-16T13:12:52.192Z (2 months ago)
- Topics: cypress
- 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
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](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
```