croconut/godot-tester

Parse exported XML instead of output for build pass/failure

bitwes opened this issue · 2 comments

I saw #20, stating that GUT 7.3.0 broke the build. Awhile back GUT got a junit-xml compliant export. You'll have to do a little more work to determine if all the tests passed, since there is no summary in the XML, but parsing this output will be more reliable across GUT builds.

You can find more information about it on the wiki

Sounds like a very useful improvement for the test runner. I should be able to close these issues soon, thanks for the update

This is now supported, thank you @RGonzalezTech