gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
47 stars 42 forks source link

Test Cases less than .5 seconds do not upload time elapsed #95

Closed brentahughes closed 1 year ago

brentahughes commented 2 years ago

TestRail CLI Version

1.30

CLI Environment

Python 3.10.6

TestRail Version

7.5.4

TestRail Instance Type

Professional Cloud

Current behavior

Automated tests tend to run in milliseconds however the current trcli implementation rounds the time to the nearest second and omits anything less than a second.

Desired behavior

If a test is less than a second the estimate should be provided in milliseconds.

More Details

I have confirmed testrail's system elapsed field supports ms time units.