I am sorry, this log file is empty!
227 | {% endif %} 228 | 229 |Test Case {{info.name}} 231 | {% if test_result %} 232 | 233 | {% else %} 234 | 235 | {% endif %} 236 |
237 | {% if info.author %} 238 |Author: {{info.author}}
239 | {% else %} 240 |Author: Anonymous
241 | {% endif %} 242 | {% if info.title %} 243 |Title: {{info.title}}
244 | {% endif %} 245 |{{run_start}} -- {{run_end}}
246 | 247 |Assert: Test Steps Summary
248 |249 |
No record information found.
279 | {% endif %} 280 |Step {{loop.index}} {{step.title}} [{{step.time}}]
289 |290 |
resolution: {{arg.value.resolution}}
309 | {% else %} 310 | 311 |{{arg.key}}: {{arg.value}}
312 | {% endif %} 313 | {% endfor %} 314 |Matching confidence: 365 | {{step.screen.confidence}}
366 | {% endif %} 367 | {% endif %} 368 | 369 | 370 | {% if step.desc %} 371 |{{step.desc}}
372 | {% endif %} 373 | 374 | 375 | {% if not step.traceback %} 376 |{{step.traceback}}
387 |