https://github.com/zoltan-nz/cypress-parallelisation
Run Cypress specs parallel using concurrently
https://github.com/zoltan-nz/cypress-parallelisation
Last synced: 6 months ago
JSON representation
Run Cypress specs parallel using concurrently
- Host: GitHub
- URL: https://github.com/zoltan-nz/cypress-parallelisation
- Owner: zoltan-nz
- Created: 2019-07-12T02:55:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:58:03.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T13:03:41.262Z (6 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress Parallelisation
- Using `concurrently` to run specs in parallel
Install packages:
```bash
$ npm i
```Run the "App" first:
```bash
$ npm start
```Run tests serial and run them parallel:
```bash
$ npm run test:serial
$ npm run test:parallel
```