-
Notifications
You must be signed in to change notification settings - Fork 11
Testing Quick Start
Phil Barber edited this page Oct 18, 2018
·
2 revisions
- Ensure mlUsername and mlPassword are set correctly for your environment in gradle-test.properties.
- ./gradlew -PenvironmentName=test mlDeploy
- ./gradlew -PenvironmentName=test installConnector
- ./gradlew -PenvironmentName=test installServices
- ./gradlew -PenvironmentName=test loadTestData
- ./gradlew -PenvironmentName=test configureKoop runKoop
- ./gradlew -PenvironmentName=test test