testrail-python icon indicating copy to clipboard operation
testrail-python copied to clipboard

Payload doesn't have elapsed field.

Open ricaubin opened this issue 4 years ago • 0 comments

Hi, I'm attempting to use the robotframework-Testrail-reporter from here: https://github.com/vincenzo-gasparo/robotframework-testrail-reporter

And found out that the actual pip version 0.3.14 has an issue with setting the payload to send to testrail here: https://github.com/travispavek/testrail-python/blob/9a16b957040dcc38d2f28b03ea41efa4946e26b6/testrail/api.py#L603

The payload has not been initialized with an 'elapsed' so I get and index out of range. Once removed I'm able to send to testrail my robot reports. Thank you for correcting issue. A new release would be welcomed. -Ric

ricaubin avatar Feb 25 '22 19:02 ricaubin