הרצת בדיקה באופן מקומי
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במדריך הזה מוסבר איך להריץ בדיקה של iOS באופן מקומי כדי לבדוק את האיכות של התנהגות הבדיקה לפני שמריצים אותה ב-Firebase Test Lab.
הרצה של XCTest באופן מקומי
כדי לוודא ש-Test Lab יוכל להתקין את האפליקציה והבדיקות שלכם, אתם יכולים להריץ אותן באופן מקומי עם מכשיר שמחובר באמצעות USB, באופן הבא:
xcodebuild test-without-building \
-xctestrun "Derived Data/Build/Products/YourApp.xctestrun" \
-destination id=your-phone-id
איך מריצים בדיקה של Game Loop באופן מקומי
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-29 (שעון UTC)."],[],[],null,["\u003cbr /\u003e\n\nThis guide describes how to run an iOS test locally so you can quality check\nthe test's behavior before running it in Firebase Test Lab.\n\nRun an XCTest locally\n\nYou can verify that Test Lab will be able to install your app and tests by\nrunning locally with a USB-connected device as follows: \n\n```\nxcodebuild test-without-building \\\n -xctestrun \"Derived Data/Build/Products/YourApp.xctestrun\" \\\n -destination id=your-phone-id\n```\n\nRun a Game Loop test locally"]]