allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Allure integrations for Python test frameworks

Results 208 allure-python issues
Sort by recently updated
recently updated
newest added

### Context * Implementation of feature request #827 * Added `sync_steps_statuses()` method to synchronise the status for the parent step based on the status of the child steps. This method...

**Describe the Bug** Allure report doesn't take in correct number of tests when using parametrized tests where tests parameters are duplicated. **Steps to Reproduce** 1. Create a Python virtual env...

### Context #### Checklist - [ ] [Sign Allure CLA][cla] - [ ] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2

### Discussed in https://github.com/orgs/allure-framework/discussions/2987 Originally posted by **cml8ds** May 5, 2025 I run my test suite using pytest `--continue-on-collection-errors` option. I don't see the failing tests at collection step in...

theme:pytest
task:new feature
theme:pytest-bdd

### Context People often need to somehow post-process Allure results according to their needs. Examples would be: - filtering data they don't want in the report (parameters/labels/fixtures) - customizing the...

theme:core
task:new feature

[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...

bug
theme:core

I’m experiencing an issue where the Allure report JSON files (or detailed output) are only generated when tests fail. When tests pass, the allure-results directory is created, but it does...

bug
theme:pytest

Hi everybody, I'm using `allure-robotframework==2.15.2` with `robotframework==7.3.2` My report is generated with allure-commandline version 2.34.1 `npx --yes allure-commandline generate` When I attach images (diff, expected, actual) with Attach keyword, then...

# Bug Report: ## Environment - **OS**: Windows - **Python version**: 3.12.10 - **behave version**: 1.3.1 - **allure-behave version**: 2.15.2 - **allure-commons version**: (auto-installed with allure-behave) - **allure commandline version**:...

I am currently working on integrating Allure reporting with our Playwright Python test suite, and I’ve encountered a limitation in the reporting structure that impacts test readability. Issue Description: We...