godog/formatter-tests/cucumber/scenario_with_background
2020-06-27 19:13:38 +02:00

70 строки
2,4 КиБ
Text

[
{
"uri": "formatter-tests/features/scenario_with_background.feature",
"id": "single-scenario-with-background",
"keyword": "Feature",
"name": "single scenario with background",
"description": "",
"line": 1,
"elements": [
{
"id": "single-scenario-with-background;scenario",
"keyword": "Scenario",
"name": "scenario",
"description": "",
"line": 7,
"type": "scenario",
"steps": [
{
"keyword": "Given ",
"name": "passing step",
"line": 4,
"match": {
"location": "fmt_output_test.go:101"
},
"result": {
"status": "passed",
"duration": 0
}
},
{
"keyword": "And ",
"name": "passing step",
"line": 5,
"match": {
"location": "fmt_output_test.go:101"
},
"result": {
"status": "passed",
"duration": 0
}
},
{
"keyword": "When ",
"name": "passing step",
"line": 8,
"match": {
"location": "fmt_output_test.go:101"
},
"result": {
"status": "passed",
"duration": 0
}
},
{
"keyword": "Then ",
"name": "passing step",
"line": 9,
"match": {
"location": "fmt_output_test.go:101"
},
"result": {
"status": "passed",
"duration": 0
}
}
]
}
]
}
]