Total time in report should reflect time of run, not sum of executed test times
Closed this issue · 0 comments
mwobensmith commented
Today:
total_time = test_1_execution_time + test_2_execution_time + test_n_execution_time (...)
Tomorrow:
total_time = end_time - start_time
See issue here.