https://github.com/bahmutov/cypress-split-example
Split Cypress specs on GitHub Actions
https://github.com/bahmutov/cypress-split-example
cypress-example parallel
Last synced: 5 months ago
JSON representation
Split Cypress specs on GitHub Actions
- Host: GitHub
- URL: https://github.com/bahmutov/cypress-split-example
- Owner: bahmutov
- Created: 2023-01-14T15:57:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:14:35.000Z (about 1 year ago)
- Last Synced: 2025-01-09T06:33:16.788Z (about 1 year ago)
- Topics: cypress-example, parallel
- Language: JavaScript
- Homepage: https://github.com/bahmutov/cypress-split
- Size: 487 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-split-example  
> Split Cypress specs on GitHub Actions and CircleCI
Using the free plugin [cypress-split](https://github.com/bahmutov/cypress-split) without any external services

📝 Read the blog post [Run Cypress Specs In Parallel For Free](https://glebbahmutov.com/blog/cypress-parallel-free/).
CI name | Workflow | CI status
--- | --- | ---
GitHub Actions | [ci.yml](./.github/workflows/ci.yml) | [](https://github.com/bahmutov/cypress-split-example/actions/workflows/ci.yml)
Reusable GHA | [reusable.yml](./.github/workflows/reusable.yml) | [](https://github.com/bahmutov/cypress-split-example/actions/workflows/reusable.yml)
CircleCI | [config.yml](./.circleci/config.yml) | [](https://dl.circleci.com/status-badge/redirect/gh/bahmutov/cypress-split-example/tree/main)
Reusable workflow via [cypress-workflows](https://github.com/bahmutov/cypress-workflows)
## Small print
Author: Gleb Bahmutov <gleb.bahmutov@gmail.com> © 2023
- [@bahmutov](https://twitter.com/bahmutov)
- [glebbahmutov.com](https://glebbahmutov.com)
- [blog](https://glebbahmutov.com/blog)
- [videos](https://www.youtube.com/glebbahmutov)
- [presentations](https://slides.com/bahmutov)
- [cypress.tips](https://cypress.tips)
- [Cypress Tips & Tricks Newsletter](https://cypresstips.substack.com/)
- [my Cypress courses](https://cypress.tips/courses)
License: MIT - do anything with the code, but don't blame me if it does not work.