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 ab38a23 commit a98a21dCopy full SHA for a98a21d
1 file changed
wdio.conf.ts
@@ -79,6 +79,7 @@ export const config: WebdriverIO.Config = {
79
'appium:deviceName': androidDeviceName,
80
'appium:platformVersion': androidPlatformVersion,
81
'appium:app': androidApp,
82
+ 'appium:enforceAppInstall': true,
83
'appium:autoGrantPermissions': true,
84
'appium:newCommandTimeout': appiumNewCommandTimeout,
85
// 'appium:waitForIdleTimeout': 1000,
0 commit comments