Esegui un test in locale

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

Esegui un XCTest localmente

Puoi verificare che Test Lab sarà in grado di installare la tua app e i test eseguendo localmente 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 Game Loop localmente