Skip to content

Commit c721347

Browse files
authored
Merge pull request #186 from synonymdev/enforce-android-install
Enforce Android app reinstall
2 parents 59917a6 + a98a21d commit c721347

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wdio.conf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const config: WebdriverIO.Config = {
8282
'appium:deviceName': androidDeviceName,
8383
'appium:platformVersion': androidPlatformVersion,
8484
'appium:app': androidApp,
85+
'appium:enforceAppInstall': true,
8586
'appium:autoGrantPermissions': true,
8687
'appium:newCommandTimeout': appiumNewCommandTimeout,
8788
// 'appium:waitForIdleTimeout': 1000,

0 commit comments

Comments
 (0)