with one click
ui-test
Run UI tests for the Aura project to verify streaming functionality
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run UI tests for the Aura project to verify streaming functionality
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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