স্থানীয়ভাবে একটি পরীক্ষা চালান

এই নির্দেশিকায় বর্ণনা করা হয়েছে কীভাবে Firebase Test Lab চালানোর আগে টেস্টটির আচরণের মান যাচাই করার জন্য স্থানীয়ভাবে একটি iOS টেস্ট চালানো যায়।

স্থানীয়ভাবে একটি XCTest চালান

You can verify that Test Lab will be able to install your app and tests by running locally with a USB-connected device as follows:

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

স্থানীয়ভাবে একটি গেম লুপ পরীক্ষা চালান