Skip to content
Kirill Goldshtein edited this page Jun 2, 2015 · 14 revisions

Tests

To execute tests use next command:

$ python runtests.py

If you want to see allure report:

$ python runtests.py --alluredir ./allure
$ allure generate -o ./allure-report -v 1.4.9 -- ./allure
$ allure report

Runtime test cases:

Clone this wiki locally