Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

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

File metadata and controls

26 lines (20 loc) · 1.05 KB

Run the Arquillian Integration Tests

This quickstart includes Arquillian integration tests. They 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 you start the {productName} server, as previously described.

  2. Make sure you build and deploy the quickstart, as previously described.

  3. Type the following command to run the verify goal with the arq-remote profile activated.

    $ mvn verify -Parq-remote
Note

You may also use the environment variable SERVER_HOST or the system property server.host to define the target host of the tests.