Skip to content

Commit a9e1f5b

Browse files
docs(skill): correct selftest command in SKILL.md
The selftest suite moved to tests/Reactor.SelfTests; the old ClassName=Reactor.AppTests.Tests.SelfTestBatch filter no longer matches anything. Also update runtime estimate to ~2 min. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bc47c3f commit a9e1f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ Reactor has three test suites. Run the one that matches what you changed.
291291
# Unit tests — fast, no UI window (~3s)
292292
dotnet test tests/Reactor.Tests
293293

294-
# Selfhost tests — real WinUI controls, in-process (~15s)
295-
dotnet test tests/Reactor.AppTests --filter "ClassName=Reactor.AppTests.Tests.SelfTestBatch"
294+
# Selfhost tests — real WinUI controls, in-process (~2 min)
295+
dotnet test tests/Reactor.SelfTests
296296

297297
# Appium / E2E — cross-process UI Automation (~30s, needs WinAppDriver)
298298
dotnet test tests/Reactor.AppTests --filter "ClassName=Reactor.AppTests.Tests.InteractiveTests"

0 commit comments

Comments
 (0)