Cypress test with allure report
This project was created for educational purposes only.
Objectives set before starting the task:
- Writing autotests using the Cypress;
- Test results must be return in allure report;
- Using the Page Object pattern;
- creating a pipeline that will display that reports;
Steps
- Create empty folder on local computer
- Open Git in the folder
- Make clone >> $ git clone https://github.com/valahalex/cypress_9_allure.git
- Go to folder with files >> $ cd cypress_9_allure
- Go to powershell and do >> npm i cypress@9.1.0 --save-dev
- Then start to run test with allure on >> npm run test:allure
- After testing you need to generate the report >> npm run generate
- To see the report yuo need to open allure report >> npm run open
The language for this task was Javascript.