Skip to content

Latest commit

Β 

History

History
29 lines (20 loc) Β· 1.53 KB

File metadata and controls

29 lines (20 loc) Β· 1.53 KB

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.