로컬에서 테스트 실행
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 가이드에서는 Firebase Test Lab에서 테스트를 실행하기 전에 테스트 동작의 품질을 검사할 수 있도록 iOS 테스트를 로컬에서 실행하는 방법을 설명합니다.
로컬에서 XCTest 실행
다음과 같이 USB 연결 기기로 로컬에서 실행하여 Test Lab이 앱 및 테스트를 설치할 수 있는지 확인합니다.
xcodebuild test-without-building \
-xctestrun "Derived Data/Build/Products/YourApp.xctestrun" \
-destination id=your-phone-id
로컬에서 게임 루프 테스트 실행
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-16(UTC)
[null,null,["최종 업데이트: 2025-08-16(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"]]