@sentry/warden / warden: xcodebuildmcp-test-boundary-review
completed
May 6, 2026 in 1m 26s
1 issue
xcodebuildmcp-test-boundary-review: Found 1 issue (1 low)
Low
Snapshot suite invokes real xcrun mcpbridge and Xcode - `src/snapshot-tests/suites/xcode-ide-suite.ts:95-175`
This new snapshot suite gates on isXcodeIdeBridgeAvailable() and then calls real xcode-ide tools (list-tools, call-tool DocumentationSearch) which exercise the actual xcrun mcpbridge and a running Xcode instance. Per the skill guardrails, unit tests must not call real xcrun/devices/simulators; this is acceptable here because it is a snapshot/integration suite (not a unit test) and is conditionally skipped when the bridge is unavailable, but reviewers should treat the resulting fixtures as contract changes requiring scrutiny.
Duration: 1m 26s · Tokens: 736.6k in / 1.9k out · Cost: $4.01
Loading