在本地运行测试

本指南介绍如何在本地运行 iOS 测试,便于您先对测试的行为进行质量检查,然后再在 Firebase Test Lab 中运行测试。

在本地运行 XCTest 测试

您可以先使用 USB 连接的设备在本地运行,验证 Test Lab 能否安装您的应用和测试,如下所示:

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

在本地运行游戏循环测试