Skip to content

chappers00/rest-assured-template

Repository files navigation

REST-ASSURED-TEMPLATE

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.

Gradle

To execute the tests once the repo is cloned run the following command on Linux:

./gradlew test

or on Windows:

gradlew.bat test

Maven

mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages