gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

Report times lack hour #175

Open dannybduval opened 4 years ago

dannybduval commented 4 years ago

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