Skip to content

Commit

Permalink
Add capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 28, 2023
1 parent 0e5e31e commit a624ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FabricTvOSExample/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
3 changes: 3 additions & 0 deletions TvOSExample/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a624ca2

Please sign in to comment.