Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 535 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 535 Bytes

java-selenium-example

  1. Download eclipse

  2. Clone or download as zip

  3. 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 ;)