Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 321 Bytes

WorkuaTesting

This is the simple test automation project.

Solution stack: Selenide, TestNG, Maven

Report Framework: Allure

To run tests and generate Allure report:

  • run mvn clean test
  • run mvn site

To see a report:

  1. run mvn jetty:run
  2. open http://localhost:8080 in your browser