Skip to content

allure-framework/allure-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4198940 Β· Feb 17, 2025
Feb 17, 2025
Apr 1, 2024
Mar 11, 2024
Mar 25, 2024
Apr 1, 2024
Mar 11, 2024
Feb 17, 2025
Feb 15, 2024
Mar 1, 2023
Apr 1, 2024
Apr 1, 2024
Dec 7, 2023
Mar 21, 2017
Jun 26, 2017
Feb 24, 2019
Mar 1, 2024
Dec 27, 2023
Feb 15, 2024

Repository files navigation

Allure Python Integrations

Build

The repository contains adapters for Python-based test frameworks.

Allure Report logo


Pytest

Release Status Downloads

Allure pytest integration. It's developed as pytest plugin and distributed via pypi.

Usage examples.

Behave

Release Status Downloads

Allure behave integration. Just external formatter that produce test results in allure2 format. This package is available on pypi.

Usage examples.

Robot Framework

Release Status Downloads

Allure RobotFramework integration. This integration is a Listener and does not require changing autotests.

Read more ....

Usage examples.

Pytest-BDD

Release Status Downloads

Allure pytest-bdd integration. It's developed as pytest plugin and distributed via pypi.

Nose2

Release Status Downloads

Allure python commons

Common engine for all modules. It is useful for make integration with your homemade frameworks.

Allure python commons test

Just pack of hamcrest matchers for validation result in allure2 json format.