Skip to content

integration tests

Vyacheslav Semushin edited this page Jul 21, 2017 · 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

There are 2 types of the tests:

  • the old one that use TestNG framework. They are located under src/test/java directory.
  • the new one that use Robot framework. They are located under src/test/robotframework directory.

Links

Clone this wiki locally