This repo is a quickstart template for anyone wanting to get started with the REST Assured framework http://rest-assured.io/
Currently the tests can be executed in IntelliJ or VSCode
Gradle and Maven are the currently supported build tools.
To execute the tests once the repo is cloned run the following command on Linux:
./gradlew test
or on Windows:
gradlew.bat test
mvn test