https://github.com/wlsf82/cy-hands-on-cypress-split
Sample project to demonstrate the usage of the cypress-split plugin to run tests in parallel.
https://github.com/wlsf82/cy-hands-on-cypress-split
Last synced: 4 months ago
JSON representation
Sample project to demonstrate the usage of the cypress-split plugin to run tests in parallel.
- Host: GitHub
- URL: https://github.com/wlsf82/cy-hands-on-cypress-split
- Owner: wlsf82
- License: mit
- Created: 2023-12-19T00:50:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T09:57:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T08:14:29.489Z (6 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cy-hands-on-cypress-split
[](https://github.com/wlsf82/cy-hands-on-cypress-split/actions)
Sample project to demonstrate the usage of the [cypress-split](https://github.com/bahmutov/cypress-split) plugin to run tests in parallel.
## Pre-requirements
It is required to have git, Node.js, and npm installed to clone and run this project.
> I used versions `2.42.1`, `v18.15.0`, and `9.5.0` of git, Node.js, and npm, respectively. I suggest you use the same or later LTS versions.
## Installation
Run `npm install` (or `npm i` for the short version) to install the dev dependencies.
## Tests
Run `npm test` (or `npm t` for the short version) to run the tests in headless mode.
Or, run `npm run cy:open` to open the Cypress App and run the tests in interactive mode.
## Support this project
If you want to support this project, leave a ⭐.
___
This project was created with 💚 by [Walmyr](https://walmyr.dev).