Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

run-tests

스타4
포크0
업데이트2026년 5월 27일 12:49

Runs .NET tests with `dotnet test` and chooses the correct platform/SDK/framework syntax. USE FOR: running, filtering, or troubleshooting `dotnet test`; selecting VSTest vs Microsoft.Testing.Platform command syntax (including the `--` separator rules on .NET SDK 8/9 vs 10+); choosing the right filter syntax for MSTest / xUnit / NUnit / TUnit (--filter, --filter-class, --filter-trait, --filter-query, --treenode-filter); TRX and other reporting (--report-trx vs --logger trx); blame/hang/crash diagnostics (--blame-hang-timeout, --blame-crash); running tests against a single target framework when a project targets multiple TFMs (e.g., `<TargetFrameworks>net8.0;net9.0</TargetFrameworks>`, `dotnet test --framework <TFM>`); and avoiding MTP/VSTest argument mixups (e.g., --logger trx on MTP, --report-trx on VSTest, --blame on MTP). DO NOT USE FOR: writing or generating test code, CI/CD pipeline configuration, or debugging failing test logic.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly