Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 709 Bytes

File metadata and controls

24 lines (17 loc) · 709 Bytes

Allure Pytest Plugin

Release Status Downloads

Installation and Usage

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