This is an example project, illustrating how to do test automation using Gauge test automation framework with Java, Appium support.
This project uses
- Use Webdriver
- Page Factory Pattern
- Specs
- Install Gauge
- Install Java 1.7
- Install Appium
- [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. Modify /env/default/appium.properties to set DesiredCapabilities.
mvn gauge:execute -DspecsDir=specs
This will also compile all the supporting code implementations.