Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 781 Bytes

Automated E2E Tests

Setup

  1. Clone this e2e-tests repository,
  2. Open the e2e-tests folder in the terminal or command prompt,
  3. Install the dependancies by running the command npm install.

How to run

ID Description Command
1 Run all tests in non-interactive mode npm run cy:run or npx cypress run
2 Generate Allure Report npm run allure:report
3 Run tests and Generate Allure Report npm test
4 Run all tests in interactive mode npx cypress open

Covered Test Conditions

ID Description
1 Cookies tests
2 Privacy Policy Tests
3 Climate Mind app Home Page Navigation Tests
4 Questionnaire Tests (Taking quiz tests)
5 Personal Values tests
6 Set Location Tests