An open API service indexing awesome lists of open source software.

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

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
```