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.
2 parents 59917a6 + a98a21d commit c721347Copy full SHA for c721347
1 file changed
wdio.conf.ts
@@ -82,6 +82,7 @@ export const config: WebdriverIO.Config = {
82
'appium:deviceName': androidDeviceName,
83
'appium:platformVersion': androidPlatformVersion,
84
'appium:app': androidApp,
85
+ 'appium:enforceAppInstall': true,
86
'appium:autoGrantPermissions': true,
87
'appium:newCommandTimeout': appiumNewCommandTimeout,
88
// 'appium:waitForIdleTimeout': 1000,
0 commit comments