Skip to content

Commit a98a21d

Browse files
committed
Enforce Android app reinstall
1 parent ab38a23 commit a98a21d

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
@@ -79,6 +79,7 @@ export const config: WebdriverIO.Config = {
7979
'appium:deviceName': androidDeviceName,
8080
'appium:platformVersion': androidPlatformVersion,
8181
'appium:app': androidApp,
82+
'appium:enforceAppInstall': true,
8283
'appium:autoGrantPermissions': true,
8384
'appium:newCommandTimeout': appiumNewCommandTimeout,
8485
// 'appium:waitForIdleTimeout': 1000,

0 commit comments

Comments
 (0)