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):
117117 "keyword" : "Scenario" ,
118118 "line_number" : 5 ,
119119 "name" : "Passing" ,
120+ "description" : "" ,
120121 "steps" : [
121122 {
122123 "duration" : OfType (float ),
@@ -155,6 +156,7 @@ def _(cucumbers, left):
155156 "keyword" : "Scenario" ,
156157 "line_number" : 10 ,
157158 "name" : "Failing" ,
159+ "description" : "" ,
158160 "steps" : [
159161 {
160162 "duration" : OfType (float ),
@@ -192,6 +194,7 @@ def _(cucumbers, left):
192194 "keyword" : "Scenario Outline" ,
193195 "line_number" : 14 ,
194196 "name" : "Outlined" ,
197+ "description" : "" ,
195198 "steps" : [
196199 {
197200 "duration" : OfType (float ),
@@ -237,6 +240,7 @@ def _(cucumbers, left):
237240 "keyword" : "Scenario Outline" ,
238241 "line_number" : 14 ,
239242 "name" : "Outlined" ,
243+ "description" : "" ,
240244 "steps" : [
241245 {
242246 "duration" : OfType (float ),
You can’t perform that action at this time.
0 commit comments