Bootstrap of Automation testing:
- Cucumber
- Java
- maven
- Chrome Driver
- Page object Model
Setup Info:
Clone the repo:
git clone https://github.com/SleepyThread/cucumber-java.gitDownload the Chrome Driver from the Google Page to driver directory.
Add webdriver.chrome.driver=$PROJECT_ROOT/driver/chromedriver to path
Add splitwise credentials in Login.java:25
Run the test using
mvn test