iddqd 84d127b9b7 Add allure support to ydb github export 4 месяцев назад
..
.dist-info 84d127b9b7 Add allure support to ydb github export 4 месяцев назад
allure_pytest 84d127b9b7 Add allure support to ydb github export 4 месяцев назад
README.md 84d127b9b7 Add allure support to ydb github export 4 месяцев назад
ya.make 84d127b9b7 Add allure support to ydb github export 4 месяцев назад

README.md

Allure Pytest Plugin

Release Status Downloads

An Allure adapter for pytest.

Allure Report logo


Quick start

$ pip install allure-pytest
$ pytest --alluredir=%allure_result_folder% ./tests
$ allure serve %allure_result_folder%

Further readings

Learn more from Allure pytest's official documentation.