I've added one stage to run my unit tests with dunit, so after adding the xmltestrunner support to my test project and correct setup, I've executed the build but I'm getting the follow error:
Action has failed due to an error. The input character chain was not in a valid format.
My xml was generated and I've attached to this post.
Any tips or changes that should be made to the report ?
Ok, I found and fixed the problem. The issue was the xmltestrunner was writing the time with your current local’s decimal separator (,) but the nunit output parser was not handling that. I pushed a change to the xmltestrunner to github which should resolve the issue.