Cypress automation project for demoblaze.com
Before you follow the steps below, make sure you have the
Node.js installed globally only your system
- Install all the necessary dependency using npm :
npm install
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