Minor bug, https://github.com/gojuno/composer/blob/master/html-report/src/utils/convertTime.js The return is ``` return mins + ':' + secs + '.' + ms; ``` If test runs take longer than an hour, you only see the `mm:ss.SS`
Minor bug,
https://github.com/gojuno/composer/blob/master/html-report/src/utils/convertTime.js
The return is
If test runs take longer than an hour, you only see the
mm:ss.SS