allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

scenario description is not displaying on report in pytest_bdd

Open EsakkiappanA opened this issue 3 years ago • 0 comments

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:

  1. Gave the description in feature file like below: image

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

Report is not containing description: image

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?

image

Please tell us about your environment:

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.

EsakkiappanA avatar Mar 07 '22 12:03 EsakkiappanA