Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 464 Bytes

File metadata and controls

18 lines (11 loc) · 464 Bytes

Allure With Log Capturing Pytest Plugin

Installation and Usage

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