Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test Explorer in Visual Studio 2022 is not working

When I click Run All tests in view, it's running but not showing that tests are passed or failed. I mean it's showing blue marks as shown before]

When I click Run All tests in view, it's running but not showing that tests are passed or failed. I mean it's showing blue marks as shown before

like image 368
Sukhrob Khayitmuradov Avatar asked Nov 27 '25 12:11

Sukhrob Khayitmuradov


1 Answers

Try invoking them by running the command in console

dotnet test

If that doesn't help it could be that the NUnit 3 Test Adapter is missing and you need to reinstall it.

I also suggest you to view the error output of your test runner to get some more information by opening the output panel (by clicking on view-->output), then choosing "tests" (from the 'Show output from' dropdown) and you'll get the specific problem.

like image 185
Ran Turner Avatar answered Nov 29 '25 04:11

Ran Turner



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!