Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.51 KB

run-arquillian-functional-tests-remote.adoc

File metadata and controls

37 lines (29 loc) · 1.51 KB

Run the Arquillian Functional Tests

This quickstart provides Arquillian functional tests. They are located under the src/tests/ directory. Functional tests verify that your application behaves correctly from the user’s point of view and simulate clicking around the web page as a normal user would do.

Follow these steps to run the functional tests.

  1. You need to start the provisioned server or the bootable jar server, as previously described.

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