Skip to content

Commit

Permalink
Fixes the XCUITest issue on Xcode 10.2
Browse files Browse the repository at this point in the history
Fixes the XCUITest issue on Xcode 10.2
  • Loading branch information
Weiming Dai committed Apr 4, 2019
1 parent 63e642c commit 1728770
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xctestrunner/test_runner/xctestrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,10 @@ def _GenerateTestRootForXcuitest(self):
'TestHostPath': uitest_runner_app,
'UITargetAppPath': self._app_under_test_dir,
'UserAttachmentLifetime': 'keepNever',
'TestingEnvironmentVariables': test_envs
'TestingEnvironmentVariables': test_envs,
'DependentProductPaths': [
self._app_under_test_dir,
self._test_bundle_dir],
}

def _GetUitestRunnerAppFromXcode(self, platform_library_path):
Expand Down

0 comments on commit 1728770

Please sign in to comment.