cake-contrib / cake-contrib/Cake.Recipe
Option to output NUnit test results
- Dominant language
- C#
- Stars
- 70
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
When running tests for NUnit, a folder is being created at ./BuildArtifacts/TestResults/NUnit, but it doesn't look like this is being used anywhere. The NUnit3Options are also set to output no results.
Possible to have an option to drop the results in that folder as 'TestResult.xml' (default NUnit3 output name)?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Cake script or NUnit test entry point that creates ./BuildArtifacts/TestResults/NUnit and configures NUnit3Options. Check how test execution currently suppresses result output, then verify that enabling the option produces ./BuildArtifacts/TestResults/NUnit/TestResult.xml with the expected default name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100