Skip to content

Commit 1728770

Browse files
author
Weiming Dai
committed
Fixes the XCUITest issue on Xcode 10.2
Fixes the XCUITest issue on Xcode 10.2
1 parent 63e642c commit 1728770

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xctestrunner/test_runner/xctestrun.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,10 @@ def _GenerateTestRootForXcuitest(self):
480480
'TestHostPath': uitest_runner_app,
481481
'UITargetAppPath': self._app_under_test_dir,
482482
'UserAttachmentLifetime': 'keepNever',
483-
'TestingEnvironmentVariables': test_envs
483+
'TestingEnvironmentVariables': test_envs,
484+
'DependentProductPaths': [
485+
self._app_under_test_dir,
486+
self._test_bundle_dir],
484487
}
485488

486489
def _GetUitestRunnerAppFromXcode(self, platform_library_path):

0 commit comments

Comments
 (0)