-
### NUnit Compatibility Issue
__Category: Functionality
__Visibility:__ Users
__Resolution: Fix in TestCentric
#### Description
I am trying to run Nunit Specflow Tests using TestCent…
-
As you can see below, the __Engine Team__ has a lot of work to do! We're a small team of volunteers and we welcome __new members__ who want to help on any of our projects. If you are just starting, we…
-
Because the dotnet tool is a standalone executable, extensions are difficult to locate because they are installed about eight directory levels above the runner and engine. This requires a more agressi…
-
Version 0.5 prerelease
Steps to reproduce:
1. Create a test project that targets .NET Standard 2.0
2. Reference a different assembly, the "system under test". The SUT is targeting .NET Framework …
-
Executing the test the below error is returned:
```
$ dotnet test
MyProject -> XXX\MyProject\bin\Debug\net8.0\MyProject.dll
Checking for LibpostalData.zip
Unzipping LibpostalData.zip
…
-
I notice that my Jenkins pipeline hangs occasionally with the Nunit console runner. The only consistency is the nunit-agent log has the line:
`15:43:59.540 Error [ 5] ServiceManager: Requested servi…
-
I have the following test
[Test]
[TestCase(ThisEnum.Option1, "ABC")]
[TestCase(ThisEnum.Option2, "DEF")]
[TestCase(ThisEnum.Option3, "GHI")]
public void TestSomething(ThisEnum thisEnum, string …
-
While the test framework can run with the standard NUnit test runner and we have managed to make it work, it is missing the ability to reproduce a random test failure, which is crucial for debugging s…
-
### NuGet Product Used
NuGet.exe
### Product Version
6.9.1.3
### Worked before?
_No response_
### Impact
It's more difficult to complete my work
### Repro Steps & Context
1.…
-
I have a very old project that still runs NUnit 2. I'm trying to update it to NUnit 4. I downloaded the NUnit.Console-3.17.0 zip and added the nunit-extension-nunit-v2-driver.3.9.0 dll's manually. The…