Skip to content

integration tests

Slava Semushin edited this page Feb 26, 2019 · 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 is also available at:

  • target/failsafe-reports/index.html (from TestNG framework)
  • target/robotframework-reports/report.html (from Robot framework)

Where to find tests' code

There are 2 types of the tests:

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

Links

Clone this wiki locally