START AT | {{time.start_at.strftime('%Y-%m-%d %H:%M:%S')}} | |||
---|---|---|---|---|
DURATION | {{ '%0.3f'| format(time.duration|float) }} seconds | |||
TOTAL | SUCCESS | FAILED | ERROR | SKIPPED |
{{stat.testsRun}} | {{stat.successes}} | {{stat.failures}} | {{stat.errors}} | {{stat.skipped}} |
Status | Name | Duration | Info |
---|---|---|---|
{{record.result_type}} | {{record.name}} | {{ '%0.3f'| format(record.duration|float) }} seconds | {{record.attachment}} |