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

#### I'm submitting - [x] bug report #### What is the current behavior? the step combining strong and soft checks is marked as passed despite soft checks failed #### If...

bug

this source code import allure import pytest @allure.severity_level(allure.severity_level.CRITICAL) @allure.feature("My Feature") @allure.story("My Story") def test_example(): with allure.step("Step 1: Performing an action"): # Your test code goes here assert 1 == 1...

#### Bug Description When using @pytest.mark.parametrize() parametrization, the use cases are merged in the generated allure report, and it is not possible to generate an execution result record for each...

#### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...

bug
theme:core

## When the version of behave is v1.2.7.dev5, an error will appear when running using allure_behave as the report formatter. The following is the error log: ``` File "Lib\site-packages\allure_behave\listener.py", line...

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

theme:pytest
task:improvement

#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...

Hello. #### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note...

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...

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

theme:behave
task:new feature