github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/cucumber/single_scenario_with_passing_step (about)

     1  [
     2      {
     3          "uri": "formatter-tests/features/single_scenario_with_passing_step.feature",
     4          "id": "single-passing-scenario",
     5          "keyword": "Feature",
     6          "name": "single passing scenario",
     7          "description": "  describes\n  a single scenario\n  feature",
     8          "line": 1,
     9          "elements": [
    10              {
    11                  "id": "single-passing-scenario;one-step-passing",
    12                  "keyword": "Scenario",
    13                  "name": "one step passing",
    14                  "description": "",
    15                  "line": 6,
    16                  "type": "scenario",
    17                  "steps": [
    18                      {
    19                          "keyword": "Given ",
    20                          "name": "a passing step",
    21                          "line": 7,
    22                          "match": {
    23                              "location": "formatters_print_test.go:63"
    24                          },
    25                          "result": {
    26                              "status": "passed",
    27                              "duration": 0
    28                          }
    29                      }
    30                  ]
    31              }
    32          ]
    33      }
    34  ]