-
Notifications
You must be signed in to change notification settings - Fork 34
integration tests
Slava Semushin edited this page Feb 26, 2019
·
10 revisions
mvn verify
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)
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.