VadimNastoyashchy / cypress-split-ci-parallel

Split Cypress specs across parallel CI machines for speed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demoblaze.com

Cypress automation project for demoblaze.com

Cypress test automation framework

Getting started

Before you follow the steps below, make sure you have the

Node.js installed globally only your system

  1. Install all the necessary dependency using npm :
npm install

Run test:

npx run test

### Also, don't forget to use:

>_To check syntax for types using TypeScript compiler & identifying problematic patterns found in code before commit._

npm run check

About

Split Cypress specs across parallel CI machines for speed


Languages

Language:TypeScript 96.8%Language:JavaScript 3.2%