Hi, I’m getting issues with Bamboo claiming that my tests were skipped / quarantined. I’ve narrowed this down to NUnit producing the results.xml in an incompatible format for my version of Bamboo.
As I’m unable to update Bamboo I need to have these results with the v2 format.
This is possible to achieve via the console runner using the command specified on this page.
--result=TestResults.xml;format=nunit2
At the moment I’m unable to do that and am having to use a python script I found on this Unity Answer.
The ability to specify the NUnit format would be lovely. Any chance this can be integrated into an upcoming version of Unity? Ideally via a command line parameter.