Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 480 Bytes

File metadata and controls

11 lines (6 loc) · 480 Bytes

Internet.herokuapp.com Selenium automation project

* To run all test : mvn clean test (Will run on chrome defaultly)

* To run all the tests with browser selection mvn clean -Dbrowser=$browser (chrome or firefox)

* To run specific test groups(tags) : mvn clean -Dgroups=$tagName test (regression etc.)

* To run specific test class : mvn clean -Dtest : $testClassName test

* mvn clean -Dparallelism=$4 test to declare how many tests will run in parallel