Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Variables in Scenario Outlines description not showing up in Allure Report #212

Closed
1 task
Jiff21 opened this issue Mar 20, 2018 · 0 comments
Closed
1 task

Comments

@Jiff21
Copy link

Jiff21 commented Mar 20, 2018

I'm submitting a ...

  • [ x] bug report
  • feature request

What is the current behavior?

If you include a Variable in the Scenario outline it doesn't fill that variable in for the name of the test.

Steps:

A feature file that includes a Scenario Outline and examples. And uses the examples in the Scenario Outline name.

Feature: Not supported yet

  Scenario Outline: Wow <name>-<birthyear>
    Given ...
    Then ... 
    Examples:
    | name  | birthyear |
    | Alice |  1985     |
    | Bob   |  1975     |

Under the feature "Not supported yet" two test will appear named "Wow <name>-<birthyear>".

What is the expected behavior?

Two test would appear named: "Wow Alice-1985" & "Wow Bob-1975"

What is the motivation / use case for changing the behavior?

It does a better job of describing tests than example tags appearing to the right of the title.

Please tell us about your environment:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants