Missing execution time
Since IGT_7050 there is no execution time (of test) in results. I suspect that changes between build 7049 and 7050 introduced this issue, with IGT_7049 we could see execution time.
What I mean by execution time is field "time" as in this code snippet:
"result": "pass",
"time": {
"__type__": "TimeAttribute",
"start": 0,
"end": 10.813
},
"err": "some error"
Edited by Piotr Kira