iddqd 84d127b9b7 Add allure support to ydb github export | 6 months ago | |
---|---|---|
.. | ||
.dist-info | 84d127b9b7 Add allure support to ydb github export | 6 months ago |
allure_pytest | 84d127b9b7 Add allure support to ydb github export | 6 months ago |
README.md | 84d127b9b7 Add allure support to ydb github export | 6 months ago |
ya.make | 84d127b9b7 Add allure support to ydb github export | 6 months ago |
An Allure adapter for pytest.
$ pip install allure-pytest
$ pytest --alluredir=%allure_result_folder% ./tests
$ allure serve %allure_result_folder%
Learn more from Allure pytest's official documentation.