Skip to content

massahud/api-test-example

Repository files navigation

API Test Example

This project was used during the hands-on of my presentation on API tests with Rest Assured.

It is a simple test project with Rest Assured configured.

Wiremock server

To run the tests first you need clone the wiremock server project and run it: https://github.com/massahud/api-test-example-wiremock

Running

The project have an embedded gradle wrapper script, so you do not need to have gradle installed, only Java.

./gradlew test

If windows (not tested):

./gradlew.bat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages