allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
### 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...
### 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...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
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...
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...