godog/formatter-tests/cucumber/single_scenario_with_passing_step
2020-06-06 16:12:19 +02:00

34 строки
1,1 КиБ
Text

[
{
"uri": "formatter-tests/features/single_scenario_with_passing_step.feature",
"id": "single-passing-scenario",
"keyword": "Feature",
"name": "single passing scenario",
"description": " describes\n a single scenario\n feature",
"line": 1,
"elements": [
{
"id": "single-passing-scenario;one-step-passing",
"keyword": "Scenario",
"name": "one step passing",
"description": "",
"line": 6,
"type": "scenario",
"steps": [
{
"keyword": "Given ",
"name": "a passing step",
"line": 7,
"match": {
"location": "fmt_output_test.go:116"
},
"result": {
"status": "passed",
"duration": 0
}
}
]
}
]
}
]