-
Notifications
You must be signed in to change notification settings - Fork 252
Labels
task:new featureRequesting new capability or software featureRequesting new capability or software featuretheme:pytest-bdd
Description
I'm submitting a ...
- feature request
What is the current behavior?
- Data tables were recently added to Pytest-BDD but they are not supported in Pytest-BDD-Allure. That is, datatables attached to steps in the BDD feature file are not appearing in Allure.
Given the following users exist:
| name | email | twitter |
| Aslak | aslak@cucumber.io | @aslak_hellesoy |
| Julien | julien@cucumber.io | @jbpros |
| Matt | matt@cucumber.io | @mattwynne |
What is the expected behavior?
- Allure-python should show data tables under the appropriate step similar to Allure-java.
What is the motivation / use case for changing the behavior?
- Users are unable to validate failed tests as the data table containing the expected results are not attached to the step.
Please tell us about your environment:
- Allure version: 2.32.0
- Test framework: pytest-bdd@8.1.0
- Allure adaptor: allure-pytest@2.13.5
jbpros and brolnickij
Metadata
Metadata
Assignees
Labels
task:new featureRequesting new capability or software featureRequesting new capability or software featuretheme:pytest-bdd