Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created August 28, 2010 04:12
Show Gist options
  • Save indexzero/554696 to your computer and use it in GitHub Desktop.
Save indexzero/554696 to your computer and use it in GitHub Desktop.
Feature: {{name}}
{{featureDescription}}
Scenario: {{name}}
{{operator}} {{description}}
# Or Conversely, for any Scenario with parameters:
Scenario Outline: {{name}}
{{operator}} {{description}}
Examples:
| username | password |
| charlie | 12345 |
| marak | 23456 |
| matt | abcde |
@heapwolf
Copy link

Feature: {{name}}
  {{featureDescription}}
  
  Scenario: {{name}}
    {{operator}} {{description}}

  Scenario: {{name}}
    {{operator}} {{description}}

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