This is an example project, illustrating how to do test automation using Gauge test automation framework, with Java support.
This project uses
- Use Webdriver
- Page Factory Pattern
- Specs
- Install Gauge
- Install Java 1.7
- [Install Gauge-Java plugin] by running
gauge install java
Using the "APP_ENDPOINT" /env/default/default.properties
- The SUT should be available at http://newtours.demoaut.com
This project requires maven to install dependencies. To install dependencies re-import maven dependencies using IntelliJ IDEA.
mvn gauge:execute -DspecsDir=specs
This will also compile all the supporting code implementations.