File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ def _(cucumbers, left):
117
117
"keyword" : "Scenario" ,
118
118
"line_number" : 5 ,
119
119
"name" : "Passing" ,
120
+ "description" : "" ,
120
121
"steps" : [
121
122
{
122
123
"duration" : OfType (float ),
@@ -155,6 +156,7 @@ def _(cucumbers, left):
155
156
"keyword" : "Scenario" ,
156
157
"line_number" : 10 ,
157
158
"name" : "Failing" ,
159
+ "description" : "" ,
158
160
"steps" : [
159
161
{
160
162
"duration" : OfType (float ),
@@ -192,6 +194,7 @@ def _(cucumbers, left):
192
194
"keyword" : "Scenario Outline" ,
193
195
"line_number" : 14 ,
194
196
"name" : "Outlined" ,
197
+ "description" : "" ,
195
198
"steps" : [
196
199
{
197
200
"duration" : OfType (float ),
@@ -237,6 +240,7 @@ def _(cucumbers, left):
237
240
"keyword" : "Scenario Outline" ,
238
241
"line_number" : 14 ,
239
242
"name" : "Outlined" ,
243
+ "description" : "" ,
240
244
"steps" : [
241
245
{
242
246
"duration" : OfType (float ),
You can’t perform that action at this time.
0 commit comments