Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 122 Bytes

README.md

File metadata and controls

executable file
·
11 lines (6 loc) · 122 Bytes

Run tests

mvn clean test

To generate report in Allure

mvn site

To open allure report

mvn -Djetty.port=8083 jetty:run