Problem Definition
Bamboo announced support for NUnit 3.0 in version 5.14. The command line arguments that can be passed to NUnit3-Console for newer versions have changed.
Suggested Solution
Update our NUnit Runner Task to support the newer NUnit3-Console 3.x arguments.
NUnit Console Breaking Changes
Why this is important
Bamboo integration with NUnit needs to be updated
Workaround
Option 1
Use NUnit 3.0
Option 2
Use a Script task with the following command:
nunit3-console --result=TestResults.xml;format=nunit2 --test=<test>
We add ;format=nunit2 to the result since Bamboo's NUnit Parser expects results in the NUnit 2.x format.
- is related to
-
BAM-19904 Add logic to NUnit runner to use --test instead of -run
- Closed
[BAM-18833] Support New NUnit Runner Command line parameters
Workflow | Original: JAC Suggestion Workflow [ 3019204 ] | New: JAC Suggestion Workflow 3 [ 3599100 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2703889 ] | New: JAC Suggestion Workflow [ 3019204 ] |
Symptom Severity | Original: Major [ 14431 ] | New: Severity 2 - Major [ 15831 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 2477384 ] | New: Confluence Workflow - Public Facing v4 [ 2703889 ] |
Resolution | Original: Fixed [ 1 ] | New: Done [ 17 ] |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 6.4.1 [ 78590 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Fix Version/s | New: 6.5.0 [ 78390 ] |