Ken V
Ken V
* NUnit 3.13.3, NUnit3TestAdapter 4.2.1 * Visual Studio Enterprise 2017 15.9.49 * .Net Framework 4.6.1 Steps to reproduce: 1. Startup Visual Studio 2. Load my test solution. 3. Right-click in...
* NUnit 3.13.3 * NUnit3TestAdapter 4.2.1 * Visual Studio 2017 Pro 15.9.49 * .NET Framework 4.6.1 When using a .runsettings file and enabling TRX logging, the TRX logs are written...
Would be great if inside my test code I could add some custom data to the output XML file so that I can include this on reports that I generate...
# Problem to Solve I have many notebooks that have many links to pages that have been moved to a different drive share. I would like to be able to...
Currently our company uses NUnit to test USB devices that we develop. There are several devices that are tested using NUnit3 with NUnit-Console on Jenkins test agents. Currently we test...
Run Settings RunAsX86: True DisposeRunners: True DefaultTimeout: 1800000 InternalTraceLevel: Off WorkDirectory: .\TestOutput ImageRuntimeVersion: 4.0.30319 ImageTargetFrameworkName: .NETFramework,Version=v4.6.1 ImageRequiresX86: False ImageRequiresDefaultAppDomainAssemblyResolver: False TargetRuntimeFramework: net-4.6.1 NumberOfTestWorkers: 2 - Method of installation = Nuget.org...
The extension seems to override temporary italicized tabs when selecting files with single-click in the explorer or search panel.
### Type of issue Typo ### Description The documentation states the following, "Side-by-side installation isn't possible with .NET Framework. It's a Windows component, and only one version can exist on...
When assigning a TestCase using TestName with template args, the Visual Studio Test Explorer shows an entry that has the TestName template arguments. Example: ``` [TestCase(1,2,3, TestName = "{m}({0},{1},pos={2})")] public...