Skip to content

Instantly share code, notes, and snippets.

@msassak
Forked from anonymous/TMZ tables
Created April 21, 2010 20:46
Show Gist options
  • Save msassak/374381 to your computer and use it in GitHub Desktop.
Save msassak/374381 to your computer and use it in GitHub Desktop.
Feature: scenario outline test
Scenario Outline: main table for now
Given an event starts at <TimeA> in <CreateTMZ>
When a user in <ViewTMZ> views the event
Then it will show as starting at <TimeB>
And <Note>
Examples:
| CreateTMZ | TimeA | ViewTMZ | TimeB | Note |
| PacificTime | May 10, 2010 11:00 PM | CentralTime | May 11, 2010 1:00 AM | Rollover Scenario |
| PacificTime | May 1, 2010 8:00 AM | PacificTime | December 1, 2010 8:00 AM | DST Scenario |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment