diff --git a/scripts/e2e.mjs b/scripts/e2e.mjs index e950e9bc0d..842f3227db 100755 --- a/scripts/e2e.mjs +++ b/scripts/e2e.mjs @@ -200,7 +200,7 @@ if (actions.includes('test')) { }) }; } - await newProcess('appium', spawn('yarn', ['run', 'appium', '--log-timestamp', '--log-no-colors', '--log', `appium${platform}.log`], { stdio: 'inherit', cwd: e2eDir, env: env, shell: false })); + await newProcess('appium', spawn('node_modules/.bin/appium', ['--log-timestamp', '--log-no-colors', '--log', `appium${platform}.log`], { stdio: 'inherit', cwd: e2eDir, env: env, shell: false })); try { await waitForAppium();