FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Allure report doesn't contain parameters (arguments) from Scenario Outline (pytest-bdd) · Issue #468 · allure-framework/allure-python · GitHub

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

Description

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


    Back | FazBrowse Home | New Git URL