RINF Automation learning sessions
Please see the Wiki page for some short documentation and examples.
To download the project locally use the "Clone or download" button from this page. On a fresh system in order to use the dependencies locally, open a terminal on the project's location and type:
mvn clean install
- Created project structure
- Added project dependencies
- Created the test runner
- Implemented the web driver instance
- Created the base page and in-test page
- Created the steps context
- Created the feature file
- Created action steps class