Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Created January 21, 2009 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephwilk/50144 to your computer and use it in GitHub Desktop.
Save josephwilk/50144 to your computer and use it in GitHub Desktop.
Scenario Outline: passing background
Then I should have '<count>' cukes
Examples:
| count |
| Background:
Given '10' cukes
10 |
Feature: sample
Background:
Given '10' cukes
Scenario Outline: passing background
Then I should have '<count>' cukes
Examples:
|count|
| 5 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment