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
·
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.