/java-maven-testng-selenium-example-simple

Simple example of UI Testing Framework using Java, Maven, TestNg, Selenium.

Primary LanguageJava

Simple example of UI Testing Framework using Java, Maven, TestNg, Selenium.

Clone project:

git clone https://github.com/vsshk/java-maven-testng-selenium-example-simple.git
cd java-maven-testng-selenium-example-simple

How to run

download chromedriver for your version of chrome browser

update:

/src/SimpleTest.java 
with path to chromedriver.exe in line 15

then

$ mvn  test
  • Please give a "star" if it helped you.