Skip to content

Instantly share code, notes, and snippets.

@saikrishna321
Created March 28, 2016 17:56
Show Gist options
  • Select an option

  • Save saikrishna321/70dc6ac45cdc4624c220 to your computer and use it in GitHub Desktop.

Select an option

Save saikrishna321/70dc6ac45cdc4624c220 to your computer and use it in GitHub Desktop.
[
{
"line": 1,
"elements": [
{
"line": 7,
"name": "Example 1 that sleep 1 seconds",
"description": "",
"id": "this-just-contains-four-scenarios-that-sleeps-for-one-second-each;example-1-that-sleep-1-seconds",
"type": "scenario",
"keyword": "Scenario",
"steps": [
{
"result": {
"duration": 70074584,
"status": "passed"
},
"line": 8,
"name": "I have the this useless scenario",
"match": {
"location": "SampleSteps.uselessScenario()"
},
"keyword": "Given "
},
{
"result": {
"duration": 1005154889,
"status": "passed"
},
"line": 9,
"name": "I sleep for 1 seconds",
"match": {
"arguments": [
{
"val": "1",
"offset": 12
}
],
"location": "SampleSteps.I_sleep_for_seconds(int)"
},
"keyword": "When "
},
{
"result": {
"duration": 81961,
"status": "passed"
},
"line": 10,
"name": "It should finnish",
"match": {
"location": "SampleSteps.It_should_finnish()"
},
"keyword": "Then "
}
]
}
],
"name": "This just contains four scenarios that sleeps for one second each",
"description": "\nThis feature file just sleeps for a 4 seconds (one second each scenario)\nIt is not meant to do anything, but sleep\nSo we can prove that it runs in parallel",
"id": "this-just-contains-four-scenarios-that-sleeps-for-one-second-each",
"keyword": "Feature",
"uri": "target/test-classes/cucumber/features/Sample.feature"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment