allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
Running a nested pytest session (subsession) from within a test using `pytest.main()` causes `allure` to fail during teardown in subsession with a `KeyError` in `allure_commons/reporter.py`. The inner test passes, but...
### Context # allure-behave: extend scenario_history_id to use optional environment variable We have a problem where we want to run the same test-suite in different environments. For example: 1. **Execute...
### Context # allure-behave: extend scenario_history_id to use optional environment variable We have a problem where we want to run the same test-suite in different environments. For example: 1. **Execute...
Hello! We use mypy to type check our pytest tests. So we have to use wrappers for allure helpers, e.g. ``` from collections.abc import Callable from typing import Any, TypeVar,...
We need to add support for opening the Playwright trace viewer directly from Allure reports (version 2.35.1, Flow UI). Currently, traces are attached but not automatically viewable within the Allure...
@allure.title decorator doesn't correctly formats a title string when using a parametrized fixture and having that fixture skip a test or raise an error: ``` import pytest import allure class...
### Context Fix #872: Providing an approach to fix incorrect step tree when testing multithread(and spawned nested threads). In this approach, it's needed to explictly initialize thread for allure in...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...