/cucumber-java

Selenium Java Automation Bootstrap code for Cucumber with Page object Model

Primary LanguageJava

Bootstrap of Automation testing:

Tech:

  • Cucumber
  • Java
  • maven
  • Chrome Driver
  • Page object Model

Setup Info:

  1. Clone the repo:

     git clone https://github.com/SleepyThread/cucumber-java.git 
    
  2. Download the Chrome Driver from the Google Page to driver directory.

  3. Add webdriver.chrome.driver=$PROJECT_ROOT/driver/chromedriver to path

  4. Add splitwise credentials in Login.java:25

  5. Run the test using

     mvn test