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 · 1 revision

In order to run all the integration tests you need to have a running instance of the CEPS. Take a look at Building and Deployment to understand how to build and deploy the CEPS. If your local CEPS 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 CEPS instance.

Clone this wiki locally