allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
Fix issue #586: The dynamic suite and default suite are kept both in report Current: a case only has one parentSuite/suite/subSuite, and the dynamic has higher priority than the default...
1) Allows user to clear all data available under label "feature". 2) Allows user to clear all data available under any label. ### Context [//]: # ( Problem Statement -...
#### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...
https://github.com/allure-framework/allure-python/blob/6443d52affc92944aa156345e35f1f9c6d2dfef3/allure-pytest/src/plugin.py#L165 `items[:] = select_by_testcase(items) ` < assigned `items[:] = select_by_labels(items, config)` < assigned again immediately Intentional or bug?
Hi! My commands are: 1. py.test --browser opera -v --alluredir=PytestFrameworkProject/reports/allure-reports 2. allure serve /reports/allure-reports Python version is 3.6.9. These are correct according to the documentation [https://pypi.org/project/allure-pytest/] Can't generate report via...
[//]: # I'm using pytest-6.2.4 for test automation with plugins allure-pytest-bdd-2.9.43, bdd-4.0.2. Python version is 3.6.9. KeyError occurs when running pytest with flag --alluredir=reports. #### I'm submitting a ... -...
[//]: # ( . 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 - [X] bug report #### What is the current behavior? The report will show multiple feature dropdowns with same name as : **"TEST FEATURE - 1"**....
#### I'm submitting a - [X] bug report #### What is the current behavior? When for a single test case many feature names are provided, the report counts the same...