-
**Describe the bug**
Incorrect results merge for NUnit3 tests.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Import'
2. Select type 'NUnit_v3 (xml)'
3. Add multiple result files …
-
I am attempting to automate IPA resigning and I do not want to use match because I do not want to revoke my current certificates. I have successfully ran cert and now I am attempting to run fastlane s…
-
Currently Lucene.Net uses `Console.WriteLine` 1804 times (although some lines are commented out). A quick scan of the files containing `Console.WriteLine` shows that it's being used in unit tests p…
-
Hi
I'm using nunit3-console.exe tool as shown below;
case 1:
`nunit3-console.exe Tests.dll --configfile=app.config --where="cat==Test1Name and cat==Test2Name" --labels=All --work=TestResults --…
-
# NUnit template is now in dotnet CLI
Update https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-nunit#install-the-nunit-project-template
# General
Adding the package ```do…
-
I am running the following command to execute NUnit tests
**dotnet test --filter "TestCategory=Santity" "C:\\MyTests\\Workspace\\Mytest\\bin\\x64\\Debug\\net472\\MyTest.exe"**
My project is ta…
-
I recently switched from MsTest to Unit3 and I noticed that when my tests are running in parallel I receive the same hashcode for an object set up in [SetUp] method.
```
using System;
using Syste…
-
Hello,
I have a question about installing extensions in Testcenric. I followed everything exactly as it can be found in the instructions for NUnit3 and testcentric. I wrote an extension with the inte…
-
ITNOA
### What You Are Seeing?
When I was use `NUnit3(testProject.DllFilePath, settings)` with dot net core 2.1 project I got many exception.
### What is Expected?
NUnit3 work properly wit…
-
When an exception is thrown in code called from a `OneTimeSetUp` method, I get:
> Exception doesn't have a stacktrace
Code to demonstrate the problem:
public class Tests
{
…