Skip to content

Testing Quick Start

Phil Barber edited this page Oct 18, 2018 · 2 revisions

Steps to run the tests for the Koop Provider MarkLogic.

  1. Ensure mlUsername and mlPassword are set correctly for your environment in gradle-test.properties.
  2. ./gradlew -PenvironmentName=test mlDeploy
  3. ./gradlew -PenvironmentName=test installConnector
  4. ./gradlew -PenvironmentName=test installServices
  5. ./gradlew -PenvironmentName=test loadTestData
  6. ./gradlew -PenvironmentName=test configureKoop runKoop
  7. ./gradlew -PenvironmentName=test test