dart-ogurets / Ogurets

Dart support for Gherkin
BSD 2-Clause "Simplified" License
10 stars 6 forks source link

backgrounds cannot use the variables created in scenario outlines #8

Open rvowles opened 5 years ago

rvowles commented 5 years ago

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

Scenario Outline...

Examples: | whatever | | sausage |

whatever is not available to the background

DenisBronx commented 4 years ago

@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).