verify-tests-fail-without-fix
Installation
SKILL.md
Verify Tests Fail Without Fix
Verifies tests actually catch the issue. Supports all test types (UI tests, unit tests, XAML tests, device tests) and two workflow modes.
Supported Test Types
| Test Type | Auto-Detected From | Runner |
|---|---|---|
| UITest | TestCases.Shared.Tests/, TestCases.HostApp/ |
BuildAndRunHostApp.ps1 |
| DeviceTest | DeviceTests/ |
Run-DeviceTests.ps1 |
| UnitTest | *.UnitTests/, Graphics.Tests/ |
dotnet test |
| XamlUnitTest | Xaml.UnitTests/ |
dotnet test |
Test type is auto-detected from changed files. Override with -TestType if needed.
-Platform is required for UI and Device tests. It selects which platform to verify the fix on. Unit and XAML tests do not require -Platform.