github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/cucumber/some_scenarions_including_failing (about) 1 [ 2 { 3 "uri": "formatter-tests/features/some_scenarions_including_failing.feature", 4 "id": "some-scenarios", 5 "keyword": "Feature", 6 "name": "some scenarios", 7 "description": "", 8 "line": 1, 9 "elements": [ 10 { 11 "id": "some-scenarios;failing", 12 "keyword": "Scenario", 13 "name": "failing", 14 "description": "", 15 "line": 3, 16 "type": "scenario", 17 "steps": [ 18 { 19 "keyword": "Given ", 20 "name": "passing step", 21 "line": 4, 22 "match": { 23 "location": "formatters_print_test.go:63" 24 }, 25 "result": { 26 "status": "passed", 27 "duration": 0 28 } 29 }, 30 { 31 "keyword": "When ", 32 "name": "failing step", 33 "line": 5, 34 "match": { 35 "location": "formatters_print_test.go:79" 36 }, 37 "result": { 38 "status": "failed", 39 "error_message": "step failed", 40 "duration": 0 41 } 42 }, 43 { 44 "keyword": "Then ", 45 "name": "passing step", 46 "line": 6, 47 "match": { 48 "location": "formatters_print_test.go:63" 49 }, 50 "result": { 51 "status": "skipped" 52 } 53 } 54 ] 55 }, 56 { 57 "id": "some-scenarios;pending", 58 "keyword": "Scenario", 59 "name": "pending", 60 "description": "", 61 "line": 8, 62 "type": "scenario", 63 "steps": [ 64 { 65 "keyword": "When ", 66 "name": "pending step", 67 "line": 9, 68 "match": { 69 "location": "formatter-tests/features/some_scenarions_including_failing.feature:9" 70 }, 71 "result": { 72 "status": "pending" 73 } 74 }, 75 { 76 "keyword": "Then ", 77 "name": "passing step", 78 "line": 10, 79 "match": { 80 "location": "formatters_print_test.go:63" 81 }, 82 "result": { 83 "status": "skipped" 84 } 85 } 86 ] 87 }, 88 { 89 "id": "some-scenarios;undefined", 90 "keyword": "Scenario", 91 "name": "undefined", 92 "description": "", 93 "line": 12, 94 "type": "scenario", 95 "steps": [ 96 { 97 "keyword": "When ", 98 "name": "undefined", 99 "line": 13, 100 "match": { 101 "location": "formatter-tests/features/some_scenarions_including_failing.feature:13" 102 }, 103 "result": { 104 "status": "undefined" 105 } 106 }, 107 { 108 "keyword": "Then ", 109 "name": "passing step", 110 "line": 14, 111 "match": { 112 "location": "formatters_print_test.go:63" 113 }, 114 "result": { 115 "status": "skipped" 116 } 117 } 118 ] 119 } 120 ] 121 } 122 ]