Cypress

This automation is written in TypeScript (a strict syntactical superset of JavaScript and adds optional static typing to the language)

Running Tests

How to run

npm install

run cypress

npx cypress run

open cypress dashboard

npx cypress open

Thanks