Skip to content

Files

Latest commit

 

History

History

allure-pytest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.