ワンクリックで
ui-test
Run UI tests for the Aura project to verify streaming functionality
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run UI tests for the Aura project to verify streaming functionality
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Update CHANGELOG.md with new entries following Keep a Changelog format
Run complete CI checks locally (build debug/release, run tests, check warnings)
Run the complete dev server test workflow for the Aura project
Rebuild the trebuchet CLI binary in release configuration
Create a new Trebuchet release tag following semantic versioning (without 'v' prefix)
Run AWS integration tests with LocalStack for local AWS service simulation
| name | ui-test |
| description | Run UI tests for the Aura project to verify streaming functionality |
Run the Aura UI tests on iPhone Air simulator to verify @ObservedActor streaming functionality.
Verify server is running:
lsof -i :8080 | grep LISTEN
Run UI tests:
cd /Users/bri/dev/Aura
xcodebuild -project Aura.xcodeproj \
-scheme Aura \
-destination "platform=iOS Simulator,name=iPhone Air" \
test 2>&1 | tee /tmp/ui-test-results.log
Analyze results:
testTestMessageViewSendsAndReceivesMessages resultSuccess indicators:
testTestMessageViewSendsAndReceivesMessages passesFailure indicators:
If tests fail:
/Users/bri/dev/Aura/AuraUITests/AuraUITests.swift/Users/bri/dev/Aura/Aura/Views/TestStreamingView.swift