-
Download eclipse
-
Clone or download as zip
-
Open bash from folder downloaded
type:
mvn clean install -U
and test should be executed
if you want to test using eclipse , open the project
Right click in
java-selenium-example/src/test/java/runner/TestRunner.xml and Run as TestNG.
That's all.
Note: Please keep in mind that if the web page is slow (or internet slow) and it's not loading, maybe some of the test cases can fail, the default wait is 40 seconds, just try again ;)