-
**Question**
We are using the Azure DevOps to publish test results to pipeline build with forced Nunit 2 format. We temporary changed the format to use Nunit 3 format and all looked fine until we d…
gps7 updated
8 months ago
-
Is there a way to
1) Configure not analysing some .dlls (e.g. by name or pattern)?
and/or
2) Configure some suppressions of specific warnings (e.g. by file)?
## Problem
Infer# copies and anal…
-
Test results are not uploaded to AppVeyor.
https://stackoverflow.com/questions/46370959/cake-build-and-nunit3-generating-empty-results-file
-
'Has no TestFixtures' really threw me off the scent when our CI build broke yesterday. Someone had upgraded nunit3 (nunit.framework.dll) in one of the test projects in our solution.
Like others get…
-
From https://www.cakebuild.net/api/, search for `NUnit3Result` or `NUnit3`. No results are found until you remove the `3`.
-
Hi, While converting Nunit3 xml report using NURE to html format, the screenshots are not present in the html file.
Nunit console 3.7 supports this new feature of attaching screenshots to tests.
A…
-
### Context:
- VS2017
- NUnit3 Test Adapter 3.9.00
- NUnit 3.6.1
- .NET 4.6.2
### How to reproduce
Let try to run this test alone
``` C#
using NUnit.Framework;
namespace ClassLibrary1
…
-
Is there a way to change the xml result file format as in the console runner?
`nunit3-console /result:;format=nunit2`
It would be a nice feature to be compatible with older projects.
-
I am trying to get a test running that uses an `app.config` file for values.
The project is very simple: Just a .NET 5.0 library project with an app.config with connection strings and a test that t…
-
Hello,
I have a situation when I need to support big amount of NBehave tests. They are blocking me from updating NUnit for the project.
Please review update of NBehave for NUnit3 support:
http…