allure-python
allure-python copied to clipboard
scenario description is not displaying on report in pytest_bdd
I'm submitting a ...
- [x] bug report
What is the current behavior?
I tried to display the scenario description on report. I followed two way:
-
Gave the description in feature file like below:

-
Gave the description in test_definition file(tried with @allure.description / allure.dynamic.description / doc string)

Report is not containing description:

In both the steps it is not displaying the description like allure_pytest. Do we have any description support for allure_pytest_bdd?
What is the expected behavior?

Please tell us about your environment:
- Allure version: 2.9.45
- Test framework: [email protected] and [email protected]
- Allure adaptor: [email protected]
Other Information:
I tried the same with allure-pytest and it working fine. But not with allure_pytest_bdd. In allure_pytest the execution body is not looking good and not in gherkin format.