بنقرة واحدة
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