Skip to content

Commit

Permalink
#8 Adding Allure instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 22, 2024
1 parent d71a87a commit 50948bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ npx playwright show-report

- You can deploy generated reports using a SSK key: [playwright-report](https://josdem.io/playwright-report/)
- For more information go [here](https://josdem.io/techtalk/ux/playwright_reports_deployment/)

If you want to generate [Allure Reports](https://webdriver.io/docs/allure-reporter/)

- Install allure command line: `npm install -g allure-commandline --save-dev`
- Execute this command: `allure generate && allure serve -h localhost`

0 comments on commit 50948bc

Please sign in to comment.