Run Cypress tests and generate Allure reports.
- Clone this repo:
git clone https://github.com/mkmozgawa/cypress-allure.git
- Go to its root:
cd cypress-allure
- Install the dependencies:
yarn
- Run the existing Trello tests:
yarn test
- Generate the Allure report:
yarn report
- Show the results in the browser:
yarn serve
and go tolocalhost:8081
But where are your page objects?!
It's JS and Cypress, not Java and Selenium. Embrace your functions.