allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
#### 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...
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...
## 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...
#### 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...
[//]: # ( . 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...