Skip to content

Split test files in Jest and Cypress into parallel CI jobs

License

Notifications You must be signed in to change notification settings

easolhq/split-tests

 
 

Repository files navigation

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

About

Split test files in Jest and Cypress into parallel CI jobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • JavaScript 32.6%