Skip to content

Commit 59c36f5

Browse files
Update flags for insecure commands
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent ba7f09b commit 59c36f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const config: Options.Testrunner = {
126126
basePath: '/wd/hub',
127127
port: 4723,
128128
log: join(process.cwd(), 'appium-logs', 'logs.txt'),
129-
allowInsecure: '*:chromedriver_autodownload,adb_shell',
129+
allowInsecure: '*:chromedriver_autodownload,*:adb_shell',
130130
},
131131
},
132132
],

0 commit comments

Comments
 (0)