Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)