Give AlbumentationsX a star on GitHub — it powers this leaderboard

Star on GitHub

allure-pytest

Allure pytest integration

Rank: #1641Downloads: 5,629,128 (30 days)Stars: 799Forks: 256

Description

Allure Pytest Plugin

Release Status Downloads

An Allure adapter for pytest.

<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />


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.