An example demonstrating the use of Thucydides and Arquillian. The tests are run using the Thucydides testrunner, while Arquillian performs the deployment of archives defined in the tests.
Download and extract the JBoss AS 7.1 distribution from jboss.org.
Create or replace the value of the environment variable JBOSS_HOME
to the location of the JBoss installation. This is used by Arquillian to locate the JBoss installation that it would manage.
Run the test in the project using: mvn verify
.
The Thucydides reports would be generated in the target/site
sub-directory.