-
Notifications
You must be signed in to change notification settings - Fork 34
integration tests
Vyacheslav Semushin edited this page Jul 21, 2017
·
10 revisions
mvn verify
Tests' results will be printed on console. HTML report also available at target/failsafe-reports/index.html
.
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.