This project is a boiler plate code for the new folk to start with automation testing.
Philosophy here is: "Keep it simple, stupid".
Java 8, Junit 4, Maven
### Tests
Here user should be able to write test cases
### Steps
It's a orchestration of page operations, this is optional
and remove this if not necessary
### pages
Here we make pages objects and page actions
mvn clean test or mvn clean test -Dtags=smoke
https://github.com/bonigarcia/webdrivermanager this is useful to manage browser web drivers automatically
For this example I have used intellij idea, but users can choose their own ide