Skip to content

Latest commit

 

History

History
executable file
·
48 lines (34 loc) · 1.41 KB

File metadata and controls

executable file
·
48 lines (34 loc) · 1.41 KB

gauge-java-maven-appium-web-demo

This is an example project, illustrating how to do test automation using Gauge test automation framework with Java, Appium support.

This project uses

Concepts covered

Prerequisites

System Under Test (SUT)

Using the "APP_ENDPOINT" /env/default/default.properties

Executing specs

Set up

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.

All specs

mvn gauge:execute -DspecsDir=specs

This will also compile all the supporting code implementations.