composer icon indicating copy to clipboard operation
composer copied to clipboard

Report times lack hour

Open dannybduval opened this issue 6 years ago • 0 comments

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

dannybduval avatar Sep 19 '19 19:09 dannybduval