Thin light weight Automation Test Framework using PageFactory in java.
Overview:
- Page Object Pattern for app pages
- Gradle based project. The core is for the framework and implementations will have separate projects.
- JUnit construct to write tests
Setup:
- Clone this repo on local
- Copy chromedriver.zip, unzip and save under /usr/local/bin
- Open terminal and Navigate to the project folder, run "gradle build -x"
The framework is experimental. Once the codebase becomes stable, the implementation projects like jss,amman,endtb can be made as separate projects and can depend on the core.