Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 540 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 540 Bytes

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