From a624ca2d752a4a991deef2d889477e4d5a6dfeba Mon Sep 17 00:00:00 2001 From: Mathis Pierron Date: Tue, 28 Nov 2023 11:51:37 +0000 Subject: [PATCH] Add capabilities --- FabricTvOSExample/e2e/config.ts | 3 +++ TvOSExample/e2e/config.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/FabricTvOSExample/e2e/config.ts b/FabricTvOSExample/e2e/config.ts index 3396505..c8e4b64 100644 --- a/FabricTvOSExample/e2e/config.ts +++ b/FabricTvOSExample/e2e/config.ts @@ -6,6 +6,9 @@ const capabilities = { 'appium:platformVersion': '17.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, + wdaStartupRetries: '4', + iosInstallPause: '8000', + wdaStartupRetryInterval: '20000', }; export const wdOpts: RemoteOptions = { diff --git a/TvOSExample/e2e/config.ts b/TvOSExample/e2e/config.ts index 3396505..c8e4b64 100644 --- a/TvOSExample/e2e/config.ts +++ b/TvOSExample/e2e/config.ts @@ -6,6 +6,9 @@ const capabilities = { 'appium:platformVersion': '17.0', 'appium:deviceName': 'Apple TV', 'appium:app': process.env.APP_PATH, + wdaStartupRetries: '4', + iosInstallPause: '8000', + wdaStartupRetryInterval: '20000', }; export const wdOpts: RemoteOptions = {