This is repo with examples of using @mmisty/cypress-allure-adapter package with cypress
There are several examples:
- cypress-js (setup and usage with javascript)
- cypress-js-gherkin (setup and usage with javascript and gherkin plugin @badeball/cypress-cucumber-preprocessor)
- cypress-ts (setup and usage with typescript)
To check out go in examples folder.
To see report example you can visit https://mmisty.github.io/cypress-allure-adapter-example
Each example folder has scripts.
Before running scripts install all packages by npm i
.
-
open cypress interactive mode:
npm run cy:open
-
run all tests:
npm run cy:run
-
open allure report :
npm run report:open
-
run all tests and open report afterwards:
npm run cy:run:with:report