Skip to content

integration tests

php-coder edited this page Sep 21, 2014 · 10 revisions

How to run integration tests

How to run

mvn verify

Where to find tests' results

Tests' results will be printed on console. HTML report also available at target/failsafe-reports/index.html.

Where to find tests' code

Tests use TestNG framework and located under src/test/java directory.

Links

Clone this wiki locally