All Projects β†’ kamilkisiela β†’ split-tests

kamilkisiela / split-tests

Licence: MIT License
Split test files in Jest and Cypress into parallel CI jobs

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to split-tests

eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+77.27%)
Mutual labels:  jest, cypress
Javascript Testing Best Practices
πŸ“—πŸŒ 🚒 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+63427.27%)
Mutual labels:  jest, ci
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript πŸ“–
Stars: ✭ 20 (-9.09%)
Mutual labels:  jest, cypress
glific-frontend
Frontend for the Glific platform
Stars: ✭ 18 (-18.18%)
Mutual labels:  jest, cypress
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-22.73%)
Mutual labels:  jest, cypress
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+2045.45%)
Mutual labels:  jest, ci
Jest Action
Wraps and install Jest test runner in a github action.
Stars: ✭ 74 (+236.36%)
Mutual labels:  jest, ci
Jest Canvas Mock
πŸŒ— A module used to mock canvas in Jest.
Stars: ✭ 189 (+759.09%)
Mutual labels:  jest, ci
orchestrator
The orchestrator executes all cypress specs across parallel docker containers based on a configuration file.
Stars: ✭ 61 (+177.27%)
Mutual labels:  parallel, cypress
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+11309.09%)
Mutual labels:  jest, cypress
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (+118.18%)
Mutual labels:  ci, parallel
nodejs-vuejs-mysql-boilerplate
Node.js (REST API) + Vue.js/Nuxt.js (Frontend/Backend) + MySQL Boilerplate
Stars: ✭ 134 (+509.09%)
Mutual labels:  jest, cypress
nextjs-starter-kit
NextJS Starter Kit with Testing Frameworks and CI/CD
Stars: ✭ 30 (+36.36%)
Mutual labels:  jest, cypress
steps-xcode-test
Xcode Test step
Stars: ✭ 26 (+18.18%)
Mutual labels:  ci
flagsmith-nodejs-client
Flagsmith Node JS Client. Flagsmith lets you manage features flags across web, mobile and server side applications. Get builds out faster. Control who has access to new features.
Stars: ✭ 13 (-40.91%)
Mutual labels:  ci
Ocelot-Social
Free and open-source social network for active citizenship.
Stars: ✭ 49 (+122.73%)
Mutual labels:  cypress
tbslas
A parallel, fast solver for the scalar advection-diffusion and the incompressible Navier-Stokes equations based on semi-Lagrangian/Volume-Integral method.
Stars: ✭ 21 (-4.55%)
Mutual labels:  parallel
minesweeper
πŸ’£Minesweeper game written with React
Stars: ✭ 18 (-18.18%)
Mutual labels:  jest
termy-the-terminal
Web-based terminal powered by React
Stars: ✭ 43 (+95.45%)
Mutual labels:  jest
snappify
A generator of Jest snapshot-based tests for React components written with TypeScript πŸ“Έ
Stars: ✭ 64 (+190.91%)
Mutual labels:  jest

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].