testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

Results 258 testfx issues
Sort by recently updated
recently updated
newest added

I am trying to write some tests for code that has some dynamic code loading. The nature of our dev machine builds is it's too easy to mix non-delay signed...

triaged

## Description There is no cleanup with custom TestMethodAttribute. ## Steps to reproduce I am using a custom TestMethodAttribute. Actually it is more complex than the example below, but basically...

triaged

I have similar issues address initialize and clean up methods, but I would like to address the issue of clean up method are ending in different threads. A worker should...

triaged

## Steps to reproduce 1. Create class library project and add NUnit framework with adapter to it 2. Add reference to `CefSharp.OffScreen` package 3. Configure solution to use 64-bit platform...

need-additional-info
triaged

### Problem We have a product A which uses different versions of other product B's assemblies. Both products have its own versioning. Version 1 of A can run on the...

triaged

## Description Some unit tests have the test host crash when run on a Linux machine, but not on Windows ## Steps to reproduce > On a Debian 10 machine...

## Description UWP doesn't have the option to add a result file. I get that the storage APIs can be limited here and are sandboxed, but the test runner is...

triaged

## Description This is a feature request and not a bug report. I decided to open this Feature Request as a replacement of #493 where it turned out that measuring...

Type: Feature
State: Needs Approval

As far as I can see, there is no such functionality. At run time, I want to know exactly which tests have run, which have yet to run and well...

triaged

## Steps to reproduce Just generate trx file with following command: `dotnet test --filter Category=Test --logger:trx;LogFileName=results.trx` ## Environment - Windows 10 x64, NET 5.0, Visual Studio Community 16.8.4 - SpecFlow...

triaged