The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Running NUnit Tests

Sam Stange
December 28, 2011

Can you run NUnit tests directly from Bamboo? I'm on 3.2.2 and finding it very difficult to run nunit tests. Is there a work-around, perhaps via NANT script?

There's very little documentation to be found in this area. Any example would be great!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 29, 2011

From Bamboo 3.3 onwards, support for running NUnit tests is built-in (https://jira.atlassian.com/browse/BAM-8702).

For earlier versions of Bamboo, you will need to configure your build to shell out to the command line to execute the NUnit tests (you can still use the NUnit test result parser to get the results of the tests to show up in your build).

A way I have done it in the past is configuring the Bamboo plan to execute an MSBuild project, and then use the MSBuild Community Tasks additions (http://msbuildtasks.tigris.org/) to launch the NUnit runner.

TAGS
AUG Leaders

Atlassian Community Events