We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c53ab commit e07a148Copy full SHA for e07a148
allure-behave/src/listener.py
@@ -99,7 +99,7 @@ def start_scenario(self, scenario):
99
test_case.labels.extend([Label(name=LabelType.TAG, value=tag) for tag in scenario_tags(scenario)])
100
test_case.labels.append(Label(name=LabelType.SEVERITY, value=scenario_severity(scenario).value))
101
test_case.labels.append(Label(name=LabelType.FEATURE, value=scenario.feature.name))
102
- test_case.labels.append(Label(name=LabelType.FRAMEWORK, value='behave-x'))
+ test_case.labels.append(Label(name=LabelType.FRAMEWORK, value='behave'))
103
test_case.labels.append(Label(name=LabelType.LANGUAGE, value=platform_label()))
104
105
self.logger.schedule_test(self.current_scenario_uuid, test_case)
0 commit comments