在本機執行測試

本指南說明如何在本機執行 iOS 測試,以便在 Firebase Test Lab 執行測試前,先檢查測試行為的品質。

在本機執行 XCTest

您可以透過以下方式,在本機使用 USB 連線裝置執行,確認 Test Lab 能否安裝應用程式和測試:

xcodebuild test-without-building \
    -xctestrun "Derived Data/Build/Products/YourApp.xctestrun" \
    -destination id=your-phone-id

在本機執行遊戲迴圈測試