- Clone this
e2e-tests
repository, - Open the
e2e-tests
folder in the terminal or command prompt, - Install the dependancies by running the command
npm install
.
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 |
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 |