Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 302 Bytes

TESTING.md

File metadata and controls

13 lines (7 loc) · 302 Bytes

How to run smoke tests:

From the root of the repository, issue the following command:

robot -A tests/conf/smoke.args

How to run the full suite:

robot -A tests/conf/default.args tests

Test results

The above will put the results in tests/results (eg: tests/results/log.html, etc.)