Skip to content

Allure report doesn't contain parameters (arguments) from Scenario Outline (pytest-bdd) #468

Description

@nyermolenko-eis

Allure report doesn't contain parameters from Scenario Outline

Feature: Some Feature
Scenario: Some Scenario
Given variable is <a_value>
When we add <b_value>
Then the result will be <c_value>

Examples:
| a_value | b_value | c_value |
| 2 | 3 | 5 |
| 3 | 3 | 6 |

The data from "Exambles" doesn't pass to allure reports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions