gurock / trcli

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

Parsing testrail_case_field in Junit XML fails when using value but text is not empty #217

Closed GermanDZ closed 3 months ago

GermanDZ commented 3 months ago

TestRail CLI Version

1.9.3

CLI Environment

Any

TestRail Version

v8.0.3

TestRail Instance Type

Professional Cloud

Current behavior

TestRail Cli failt parsing JUnit report:

Error parsing fields: not enough values to unpack (expected 2, got 1)

The input file generated by Playwritght looks like:

.
.
.
<property name="testrail_case_field" value="refs:XXX-123">
</property>
.
.
.

Desired behavior

The value XXX-123 must be accepted as reference for a test case.

More Details

No response