This is an example project, illustrating how to do API test automation using Gauge test automation framework, with Java, REST Assured support.
This project uses
- Gauge
- Gauge Java plugin
- Java 1.7 or above
- REST Assured
- REST Assured usage
- Specs
- Install Gauge
- Install Java 1.7
- Refer REST Assured
- [Install Gauge-Java plugin] by running
gauge install java
Use the /env/default/api.properties accordingly.
- The SUT should be available at https://www.googleapis.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.