Skip to content

testingnotebook/cypress-split-example

Repository files navigation

cypress-split-example

Cypress Tests

This project supports the following blog post https://www.testingnotebook.com/posts/running-cypress-tests-in-parallel-on-multiple-github-actions-containers/ which demonstrates how to run Cypress tests in parallel on multiple GitHub Actions Agents. Please click the link for more information.

Clone project

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

Install dependencies

npm i

Run tests using a normal Cypress Run

npm t

Run tests using Cypress-split Plugin

See the workflow in .github/workflows on how to do this as a GitHub Workflow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published