-
hello. i'm very excited your work.
but sadly not works for me...
1. open unity 2017.1.2f1 / NCrunch 3.11.0.9 / VS2017
2. add edit mode test. test runner > pass
3. install adapter from asset stor…
-
Running "dotnet test" with a test filter for a test case with spaces the following exception occurs:
dotnet test --settings ../../../build/.runsettings --no-build --logger "trx;LogFileName=C:\Temp\…
-
Currently the --explore option with no arguments will list the tests available in the assembly in a flat text list:
```
>nunit3-console SomeTests.dll --explore
NUnit Console Runner 3.5.0
Copyrig…
-
Test results are not uploaded to AppVeyor.
https://stackoverflow.com/questions/46370959/cake-build-and-nunit3-generating-empty-results-file
-
From https://www.cakebuild.net/api/, search for `NUnit3Result` or `NUnit3`. No results are found until you remove the `3`.
-
'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…
-
AFAIK Difido does not support Nunit3
We would like to have such support in order to move forward to latest NUnit
Thanks,
Erez
-
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…
-
### SpecFlow Version
3.9.40
### Which test runner are you using?
NUnit
### Test Runner Version Number
3.13.1
### .NET Implementation
.NET Core 3.1
### Project Format of the Spe…
-
### 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
…