Building and Running Tests: REST API

In this lesson, we will learn how to build and run the REST API tests using Gradle.

Building the project

Go to the project root to run the following commands:

./gradlew clean build -x test

Get hands-on with 1200+ tech skills courses.