Skip to content

Instantly share code, notes, and snippets.

@rickymuvel
Created April 16, 2018 02:57
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 rickymuvel/af16132042131a8ad8a73ed90d1f53d0 to your computer and use it in GitHub Desktop.
Save rickymuvel/af16132042131a8ad8a73ed90d1f53d0 to your computer and use it in GitHub Desktop.
[
{
"keyword": "Feature",
"name": "Home",
"line": 1,
"id": "home",
"tags": [],
"uri": "e2e\\features\\home.feature",
"elements": [
{
"id": "home;a-first-scenario",
"keyword": "Scenario",
"line": 2,
"name": "A first scenario",
"tags": [],
"type": "scenario",
"steps": [
{
"keyword": "Before",
"hidden": true,
"match": {
"location": "e2e\\steps\\home.steps.ts:10"
},
"result": {
"status": "passed"
}
},
{
"arguments": [],
"keyword": "When ",
"line": 3,
"name": "I open the page",
"match": {
"location": "e2e\\steps\\home.steps.ts:14"
},
"result": {
"status": "failed",
"duration": 5029000000,
"error_message": "Error: function timed out, ensure the promise resolves within 5000 milliseconds\n at Timeout._onTimeout (C:\\Users\\lmunozve\\Proyectos\\Testing\\node_modules\\cucumber\\src\\user_code_runner.js:61:18)\n at ontimeout (timers.js:482:11)\n at tryOnTimeout (timers.js:317:5)\n at Timer.listOnTimeout (timers.js:277:5)"
}
},
{
"arguments": [],
"keyword": "Then ",
"line": 4,
"name": "I see the title \"Welcome to app!\"",
"match": {
"location": "e2e\\steps\\home.steps.ts:18"
},
"result": {
"status": "skipped"
}
},
{
"keyword": "After",
"hidden": true,
"match": {
"location": "node_modules\\protractor-cucumber-framework\\lib\\resultsCapturer.js:25"
},
"result": {
"status": "passed"
}
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment