formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
202 stars 95 forks source link

Test not displayed in explorer with a `xunit.runner.json` with `methodDisplay: "method"` #387

Open sevetseh28 opened 11 months ago

sevetseh28 commented 11 months ago

I have a project with the following versions:

Dotnet sdk version

3.1.409

Unit test framework:

Xunit 2.4.1

How to reproduce:

The problem is that the extension doesn't display the tests in the explorer when the methodDisplay of the xunit.runner.json has a value of method. Whenever I change that to the default methodAndClass they do show up.