github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/cucumber/scenario_with_background (about) 1 [ 2 { 3 "uri": "formatter-tests/features/scenario_with_background.feature", 4 "id": "single-scenario-with-background", 5 "keyword": "Feature", 6 "name": "single scenario with background", 7 "description": "", 8 "line": 1, 9 "elements": [ 10 { 11 "id": "single-scenario-with-background;scenario", 12 "keyword": "Scenario", 13 "name": "scenario", 14 "description": "", 15 "line": 7, 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": "And ", 32 "name": "passing step", 33 "line": 5, 34 "match": { 35 "location": "formatters_print_test.go:63" 36 }, 37 "result": { 38 "status": "passed", 39 "duration": 0 40 } 41 }, 42 { 43 "keyword": "When ", 44 "name": "passing step", 45 "line": 8, 46 "match": { 47 "location": "formatters_print_test.go:63" 48 }, 49 "result": { 50 "status": "passed", 51 "duration": 0 52 } 53 }, 54 { 55 "keyword": "Then ", 56 "name": "passing step", 57 "line": 9, 58 "match": { 59 "location": "formatters_print_test.go:63" 60 }, 61 "result": { 62 "status": "passed", 63 "duration": 0 64 } 65 } 66 ] 67 } 68 ] 69 } 70 ]