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

     1  [
     2      {
     3          "uri": "formatter-tests/features/two_scenarios_with_background_fail.feature",
     4          "id": "two-scenarios-with-background-fail",
     5          "keyword": "Feature",
     6          "name": "two scenarios with background fail",
     7          "description": "",
     8          "line": 1,
     9          "elements": [
    10              {
    11                  "id": "two-scenarios-with-background-fail;one",
    12                  "keyword": "Scenario",
    13                  "name": "one",
    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": "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": "When ",
    45                          "name": "passing step",
    46                          "line": 8,
    47                          "match": {
    48                              "location": "formatters_print_test.go:63"
    49                          },
    50                          "result": {
    51                              "status": "skipped"
    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": "skipped"
    63                          }
    64                      }
    65                  ]
    66              },
    67              {
    68                  "id": "two-scenarios-with-background-fail;two",
    69                  "keyword": "Scenario",
    70                  "name": "two",
    71                  "description": "",
    72                  "line": 11,
    73                  "type": "scenario",
    74                  "steps": [
    75                      {
    76                          "keyword": "Given ",
    77                          "name": "passing step",
    78                          "line": 4,
    79                          "match": {
    80                              "location": "formatters_print_test.go:63"
    81                          },
    82                          "result": {
    83                              "status": "passed",
    84                              "duration": 0
    85                          }
    86                      },
    87                      {
    88                          "keyword": "And ",
    89                          "name": "failing step",
    90                          "line": 5,
    91                          "match": {
    92                              "location": "formatters_print_test.go:79"
    93                          },
    94                          "result": {
    95                              "status": "failed",
    96                              "error_message": "step failed",
    97                              "duration": 0
    98                          }
    99                      },
   100                      {
   101                          "keyword": "Then ",
   102                          "name": "passing step",
   103                          "line": 12,
   104                          "match": {
   105                              "location": "formatters_print_test.go:63"
   106                          },
   107                          "result": {
   108                              "status": "skipped"
   109                          }
   110                      }
   111                  ]
   112              }
   113          ]
   114      }
   115  ]