Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "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"
- }
- }
- ]
- }
- ]
- }
- ]
Add Comment
Please, Sign In to add comment