一键导入
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