Two test scenarios automated with Cypress:
- TS2 Mandatory fields are required
- TS3 Email validation
These step by step instructions will help to configure Cypress environment
yarn or npm
Install Cypress via yarn:
yarn install
Install Cypress via npm:
npm install
- Open Cypress with the script:
yarn run cypress
or with:
npm run cypress
- When Cypress window is opened click on "signup.js" and watch the tests execution