$ xcodebuild test -scheme FaceTimeCallTests
Test Suite 'FaceTimeCallTests' started
✓ testVideoCallE2E (0.42s)
✓ testGroupCallHandoff (0.38s)
✓ testCallAudioRelay (0.51s)
■
12 tests passed
(8.2s)
$
$ xcodebuild test -scheme ContactSyncTests
Test Suite 'ContactSyncTests' started
✓ testICloudSync (0.35s)
✓ testMergeDuplicates (0.29s)
✓ testVCardImport (0.41s)
■
8 tests passed
(5.1s)
$
$ xcodebuild test -testPlan ReleaseQualityGate
Test Plan 'ReleaseQualityGate' — 3 configurations
↳ iPhone 17 Pro · iOS 26.4
↳ MacBook Neo · macOS 26.3
↳ Apple TV · tvOS 26.4
✓ FaceTimeCallTests ........ 24/24
✓ ContactSyncTests ......... 16/16
✓ PhoneCallTests ........... 18/18
■
174 tests passed
across 3 devices (42.6s)
$