DaryaAndreyuk / music-quiz-automation

Portfolio project. UI Automation Testing for Music Quiz
https://wro.mzgb.net/
1 stars 0 forks source link

Add Allure Report generation #11

Closed topsycreed closed 3 months ago

topsycreed commented 3 months ago

It will be required for running local tests and tests on Jenkins CI/CD and publishing Allure Reports.

  1. Add required dependencies and run Allure report locally.
  2. Then add a new feature: Allure Report should attach screenshots if test failed - it will help us to investigate issues.
  3. Then add @Step annotation to all PageObject methods so they will appear in Allure report for each tests.
DaryaAndreyuk commented 3 months ago

https://github.com/DaryaAndreyuk/music-quiz-automation/pull/13