了解 2023 年 Google I/O 大会上介绍的 Firebase 亮点。了解详情

Esegui un test in locale

Questa guida descrive come eseguire un test iOS in locale in modo da poter controllare la qualità del comportamento del test prima di eseguirlo in Firebase Test Lab.

Eseguire un XCTest in locale

Puoi verificare che Test Lab sarà in grado di installare la tua app e i test eseguendo in locale con un dispositivo connesso tramite USB come segue:

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

Esegui un test del Game Loop in locale