Skip to content
Sanjoy Kumer Deb edited this page Feb 8, 2019 · 1 revision

SeleniumJunit

Instruction to run :

  1. Configure maven on your local PC
  2. Run mvn clean
  3. Change username/passwrod on TestConstants.java file.
  4. Run LoginPageLiveTest.java file or run mvn -Dtest=LoginPageLiveTest test or run mvn test

NB: Its working fine for mac or windows but for linux you have to dowmload geckodriver from internet and put it into project root directory.

Clone this wiki locally