Hello,
In the POST for
add_result or add_result_for_case, we can pass in elapsed. What is the datatype for this field? I am trying to pass the time/duration from our automated junit reports to TestRail so that we start using TestRail's forecasting feature.
The time field in Junit reports is a double. Example
<testcase classname="msipackage.test_splunkinterop.TestSplunkInterop" name="test_interop_64bitForwarderTo32bitSplunk" time="1885.76499987"/>
Can I pass the the time to elapsed as is ?
Ali