Guest User

Untitled

a guest
Apr 23rd, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. [
  2. {
  3. "keyword": "Feature",
  4. "name": "Home",
  5. "line": 1,
  6. "id": "home",
  7. "tags": [],
  8. "uri": "e2e\\features\\home.feature",
  9. "elements": [
  10. {
  11. "id": "home;a-first-scenario",
  12. "keyword": "Scenario",
  13. "line": 2,
  14. "name": "A first scenario",
  15. "tags": [],
  16. "type": "scenario",
  17. "steps": [
  18. {
  19. "keyword": "Before",
  20. "hidden": true,
  21. "match": {
  22. "location": "e2e\\steps\\home.steps.ts:10"
  23. },
  24. "result": {
  25. "status": "passed"
  26. }
  27. },
  28. {
  29. "arguments": [],
  30. "keyword": "When ",
  31. "line": 3,
  32. "name": "I open the page",
  33. "match": {
  34. "location": "e2e\\steps\\home.steps.ts:14"
  35. },
  36. "result": {
  37. "status": "failed",
  38. "duration": 5029000000,
  39. "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)"
  40. }
  41. },
  42. {
  43. "arguments": [],
  44. "keyword": "Then ",
  45. "line": 4,
  46. "name": "I see the title \"Welcome to app!\"",
  47. "match": {
  48. "location": "e2e\\steps\\home.steps.ts:18"
  49. },
  50. "result": {
  51. "status": "skipped"
  52. }
  53. },
  54. {
  55. "keyword": "After",
  56. "hidden": true,
  57. "match": {
  58. "location": "node_modules\\protractor-cucumber-framework\\lib\\resultsCapturer.js:25"
  59. },
  60. "result": {
  61. "status": "passed"
  62. }
  63. }
  64. ]
  65. }
  66. ]
  67. }
  68. ]
Add Comment
Please, Sign In to add comment