Skip to content

integration tests

Slava Semushin edited this page Jul 17, 2022 · 10 revisions

How to run integration tests

How to run

./mvnw verify

Where to find tests results

Tests results will be printed on console.

HTML report is also available at target/robotframework-reports/report.html

Where to find tests

Tests are written on Robot Framework. They are located under src/test/robotframework directory.

Links