This quickstart provides Arquillian functional tests. They are located under the functional-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.
Note
|
The Arquillian functional tests deploy the application, so make sure you undeploy the quickstart before you begin. |
Follow these steps to run the functional tests.
-
Build the quickstart archive.
-
Open a terminal and navigate to the root directory of this quickstart.
-
Build the quickstart archive using the following command:
$ mvn clean package
-
-
Navigate to the
functional-tests/
directory in this quickstart. -
Type the following command to run the
verify
goal with thearq-remote
profile activated.$ mvn clean verify -Parq-remote
Note
|
You can also let Arquillian manage the {productName} server by using the |