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

preliminary support for RF 7.0 new output.xml format; fixes #203 #201 #204

Closed bitcoder closed 4 months ago

bitcoder commented 4 months ago

Issue being resolved: https://github.com/gurock/trcli/issues/203

Solution description

Adding the strictly necessary changes to deal with both RF 7.0 output.xml format and with previous one.

Changes

Added support for parsing RF 7.0 output.xml changes

Potential impacts

Break support for previous versions of the output.xml format; however, tests were added for it.

Steps to test

Happy path to test implemented scenario

PR Tasks