Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 621 Bytes

Cypress + Allure

Run Cypress tests and generate Allure reports.

How to run

  1. Clone this repo: git clone https://github.com/mkmozgawa/cypress-allure.git
  2. Go to its root: cd cypress-allure
  3. Install the dependencies: yarn
  4. Run the existing Trello tests: yarn test
  5. Generate the Allure report: yarn report
  6. Show the results in the browser: yarn serve and go to localhost:8081

Questions?

But where are your page objects?!

It's JS and Cypress, not Java and Selenium. Embrace your functions.