Skip to content
Marcin Nowrot edited this page Feb 16, 2014 · 4 revisions

In the project root directory issue the following command: mvn clean wildfly:deploy -Pall.tests - this will build and deploy the application and run tests available in all Quicklist-RESTful modules.

Note for functional (WebDriver) tests execution

As the functional tests are run on real browsers, WebDriver must know how to run the browser on a particular OS.

  • Firefox: the directory containing Firefox executable must be on the system PATH
  • Chrome: follow the instructions here
  • IE: follow the instructions here

Clone this wiki locally