We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e642c commit 1728770Copy full SHA for 1728770
xctestrunner/test_runner/xctestrun.py
@@ -480,7 +480,10 @@ def _GenerateTestRootForXcuitest(self):
480
'TestHostPath': uitest_runner_app,
481
'UITargetAppPath': self._app_under_test_dir,
482
'UserAttachmentLifetime': 'keepNever',
483
- 'TestingEnvironmentVariables': test_envs
+ 'TestingEnvironmentVariables': test_envs,
484
+ 'DependentProductPaths': [
485
+ self._app_under_test_dir,
486
+ self._test_bundle_dir],
487
}
488
489
def _GetUitestRunnerAppFromXcode(self, platform_library_path):
0 commit comments