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

backgrounds cannot use the variables created in scenario outlines #8

Open
rvowles opened this issue Sep 28, 2019 · 1 comment
Open

Comments

@rvowles
Copy link
Member

rvowles commented Sep 28, 2019

Background: some thing
Given: I create a thing called ""

Scenario Outline...

Examples:
| whatever |
| sausage |

whatever is not available to the background

@DenisBronx
Copy link

@rvowles the first row of Examples: in Scenario Outline is used as a keyword for replacing values.
https://cucumber.io/docs/gherkin/reference/#:~:text=A%20Scenario%20Outline%20must%20contain,counting%20the%20first%20header%20row).

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

No branches or pull requests

2 participants