allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
725 stars 237 forks source link

allure-behave how to add a new information into file.json generate by allure-behave #665

Closed Khouloud-moalla closed 2 years ago

Khouloud-moalla commented 2 years ago

Generate reports with allure behave: My Test will be executed on several browsers in parallel so when I generated the report i will have two reports but whithout the name of browser in file.json . What I want doing to know which report belongs to which browser !! Any heelp please

skhomuti commented 2 years ago

@Khouloud-moalla as an option you should provide your browser name to some allure labels by behave tag, e.g @allure.label.epic=Firefox or do it via allure.dynamic package After that you will see your tests in different epics in the Behaviour tab from allure report