I intend to run a nightly build with NUnit tests on Bamboo, and I want to report an issue for each failed test case. How can I make it so that each failed test creates an issue automatically, preferably with additional information?
Hi Marcio,
try to parse the nunit result file already in your build directory and use the JIRA API to generate one issue for each test case.
If your comfortable with C#, use a JIRA rest client from nuget: https://www.nuget.org/packages/TechTalk.JiraRestClient/
If you more Java, build your own maven plugin and integrate it in your pom.
Regards,
Marco
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.