I have xUnit tests that run on an iOS simulator that I want to report to bamboo. Unfortunately the xUnit runner I am using does not support NUnit XML output, so I can't just use the NUnit Parser task. My output looks like this:
[PASS/FAIL/SKIPPED] TestName
The fails have more information below such as stack trace and expected output vs actual output.
I discovered the TestCollationService and think it may be what I need. I can easily parse my results as shown in the example, but I'm not sure how to set up the task for my build project in bamboo. How do I point the TestCollationService to my bamboo project? Does it automatically upload to the project that it is being used in?
Hello, could you tell us which test runner do you use ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.