/Cypress

Primary LanguageJavaScript

How to run tests

  1. Add data.json file:
{
  "email": <<email>>,
  "password": <<password>>
}
  1. Install Cypress npm install cypress --save-dev

  2. Run Cypress npx cypress open