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.
-
You need to start the provisioned server or the bootable jar server, as previously described.
-
Type the following command to run the
verify
goal with thearq-remote
profile activated.
$ mvn verify -Parq-remote
Note
|
You may also use the environment variable |