Skip to content

An example repo using the cypress-parallel package to run tests in parallel on a single machine

Notifications You must be signed in to change notification settings

testingnotebook/cypress-parallel-example

Repository files navigation

cypress-parallel-example

Cypress Tests

This project supports the following blog post https://testingnotebook.com/posts/running-cypress-tests-in-parallel-on-one-machine/ which demonstrates how to run Cypress tests in parallel on one machine. Please click the link for more information.

Clone project

git clone git@github.com:testingnotebook/cypress-parallel-example.git

Install dependencies

npm i

Run tests using a normal Cypress Run

npm t

Run tests using Cypress-Parallel Package

npm run test:parallel

About

An example repo using the cypress-parallel package to run tests in parallel on a single machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published