Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilkisiela/split-tests
Split test files in Jest and Cypress into parallel CI jobs
https://github.com/kamilkisiela/split-tests
ci cypress jest nodejs parallel testing typescript
Last synced: 1 day ago
JSON representation
Split test files in Jest and Cypress into parallel CI jobs
- Host: GitHub
- URL: https://github.com/kamilkisiela/split-tests
- Owner: kamilkisiela
- License: mit
- Created: 2021-01-15T15:31:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T11:38:10.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:04:32.991Z (6 months ago)
- Topics: ci, cypress, jest, nodejs, parallel, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 145 KB
- Stars: 28
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Split Tests
Ensures all parallel jobs finish work at a similar time!
**Before**
| | Job | Time |
| --------------------------- | :-: | :--------: |
| =========================== | 1 | 46 minutes |
| ======== | 2 | 13 minutes |
| ============ | 3 | 19 minutes |**After**
| | Job | Time |
| ------------- | :-: | :--------: |
| ============= | 1 | 26 minutes |
| ============= | 2 | 26 minutes |
| ============= | 3 | 26 minutes |- [Jest documentation](packages/jest/README.md)
- [Cypress documentation](packages/cypress/README.md)