원클릭으로
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