Skip to content

Selenium Java Automation Bootstrap code for Cucumber with Page object Model

Notifications You must be signed in to change notification settings

SleepyThread/cucumber-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 
    

About

Selenium Java Automation Bootstrap code for Cucumber with Page object Model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published