Skip to content

Instantly share code, notes, and snippets.

@mattwynne
Created March 19, 2016 11:36
Show Gist options
  • Select an option

  • Save mattwynne/11e8a118f50a3adaa042 to your computer and use it in GitHub Desktop.

Select an option

Save mattwynne/11e8a118f50a3adaa042 to your computer and use it in GitHub Desktop.
{
"type": "Feature",
"tags": [],
"location": {
"line": 1,
"column": 1
},
"language": "en",
"keyword": "Feature",
"name": "Foo",
"scenarioDefinitions": [
{
"type": "Scenario",
"tags": [],
"location": {
"line": 2,
"column": 1
},
"keyword": "Scenario",
"name": "Bar",
"steps": [
{
"type": "Step",
"location": {
"line": 3,
"column": 1
},
"keyword": "Given ",
"text": "passing"
},
{
"type": "Step",
"location": {
"line": 4,
"column": 1
},
"keyword": "And ",
"text": "failing"
},
{
"type": "Step",
"location": {
"line": 5,
"column": 1
},
"keyword": "And ",
"text": "skipped"
}
]
}
],
"comments": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment