Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 349 Bytes

selenide-allure-testNG-tests

UI tests with selenide, allure and testNG in JAVA

Modify run either by commandline options like:

-Dselenide.browser=chrome

or testNG suites like:

mvn clean test -DsuiteXmlFile=testng.xml

following setup: mvn clean test allure:serve will continously serve allure report under your IP at standard allure port.