Total time spent for tests: {{ "{:.2f}".format(total_duration) }} [sec]
Stats per suite:
Time [sec] | Suite |
---|---|
{{ "{:.2f}".format(item['duration_sec']) }} | {{item['suite']}} |
Stats across all testcases
Time [sec] | Suite | Test name |
---|---|---|
{{ "{:.2f}".format(item.duration_sec) }} | {{item.suite()}} | {{item.test_name()}} |