Run Tests

Runs .NET tests with dotnet test. Use when user says "run tests", "execute tests", "dotnet test", "test filter", "tests not running", or needs to detect the test platform (VSTest or Microsoft.Testing.Platform), identify the test framework, apply test filters, or troubleshoot test execution failures. Covers MSTest, xUnit, NUnit, and TUnit across both VSTest and MTP platforms. DO NOT USE FOR: writing or generating test code, CI/CD pipeline configuration, or debugging failing test logic.

majiayu000 d8d0cb2 2 files · 9.6 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/run-tests-dotnet-skills commit d8d0cb207e

Frequently asked questions

npx skillmds add majiayu000/run-tests-4