Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 792 Bytes

run-integration-tests-with-server-distribution.adoc

File metadata and controls

17 lines (14 loc) · 792 Bytes

Run the Integration Tests

This quickstart includes integration tests, which are located under the src/test/ directory. The integration tests verify that the quickstart runs correctly when deployed on the server.

Follow these steps to run the integration tests.

  1. Make sure {productName} server is started.

  2. Make sure the quickstart is deployed.

  3. Type the following command to run the verify goal with the integration-testing profile activated.

    $ mvn verify -Pintegration-testing