SatelliteQE / betelgeuse

Betelgeuse reads standard Python test cases and offers tools to interact with Polarion.
GNU General Public License v3.0
12 stars 20 forks source link

Make use of <testcase status-id="approved"> to update Test Case status #107

Closed omaciel closed 7 years ago

omaciel commented 7 years ago

Please add support to identify the test case status and make use of <testcase status-id="approved"> to update it accordingly when generating the import XML for test cases.

elyezer commented 7 years ago

Current WIP branch is available at https://github.com/SatelliteQE/betelgeuse/compare/issues/107.

In addition to the status-id attribute, there is also the approver-ids. I think both need to be set in order to properly approve a test case but I don't have the confirmation yet. As soon as I confirm that I am going to update the changes (if needed) and get them merged.