...

/

Building and Running Tests: REST API

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

Commands to run the test files from the command line

Go to the project root to ...