allure-framework / allure-python

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

Description is not added to the report #671

Closed Cactooss closed 2 years ago

Cactooss commented 2 years ago

Hello. I'm using Python Behave and would like to add a description text in the before_scenario func. I write: allure.description('This is my description'). But this text is not added to the Description section of my allure report

skhomuti commented 2 years ago

Hi @Cactooss! You should use allure.dynamic.description in this case :)