You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
The documentation says that it is posible to personalize the package, class and method of Behave tests in the Package view. https://allurereport.org/docs/behave/
The class label isn't displayed in the report.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Execute:
@allure.label.package:cucumber
Feature: Calculator
@allure.label.testClass:Calculator
@allure.label.testMethod:add()
Scenario Outline: Addition
Given I have a calculator
When I add "<x>" and "<y>"
Then the calculator returns "<sum>"
Examples:
| x | y | sum |
| 1 | 1 | 2 |
| 2 | 1 | 3 |
| 2 | 7 | 9 |
Generate the rapport
Open the Package view
Result: The class Calculator is not displayed in the tree
The text was updated successfully, but these errors were encountered:
harmin-parra
changed the title
Package view for behave tests - The class and method labels aren't display in the tree
Package view for behave tests - The class label isn't displayed in the tree
Feb 7, 2024
I'm submitting a ...
What is the current behavior?
The documentation says that it is posible to personalize the package, class and method of Behave tests in the Package view.
https://allurereport.org/docs/behave/
The class label isn't displayed in the report.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Execute:
Generate the rapport
Open the Package view
Result: The class Calculator is not displayed in the tree
The actual tree is:
What is the expected behavior?
The class Calculator is displayed in the tree
The expected tree is:
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: