Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Integration Testing

DanNglk edited this page Feb 13, 2017 · 2 revisions

In order to run all the integration tests you need to have a running instance of the ODS. Take a look at Building and Deployment to understand how to build and deploy the ODS. If your local ODS instance is running you can easily start integration testing by using the Gradle wrapper. Type the following command inside the main directory:

./gradlew integrationTest

This will execute some integration tests on the running ODS instance.

Clone this wiki locally