You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
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.