Skip to content

Commit af04314

Browse files
authored
add --guest
1 parent 3380775 commit af04314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testdriver/lifecycle/prerun.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ steps:
66
- command: exec
77
lang: shell
88
linux: |
9-
jumpapp google-chrome --disable-fre --no-default-browser-check --no-first-run "${TD_WEBSITE}" &
9+
jumpapp google-chrome --disable-fre --no-default-browser-check --no-first-run --guest "${TD_WEBSITE}" &
1010
exit
1111
mac: |
12-
open -na "Google Chrome" --args --disable-fre --no-default-browser-check --no-first-run --disable-features=PasswordManagerEnabled "${TD_WEBSITE}" &
12+
open -na "Google Chrome" --args --disable-fre --no-default-browser-check --no-first-run --guest --disable-features=PasswordManagerEnabled "${TD_WEBSITE}" &
1313
exit
1414
windows:
15-
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "${TD_WEBSITE}"
15+
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--guest" "${TD_WEBSITE}"
1616
exit
1717
- command: wait-for-text
1818
text: "Google Chrome"

0 commit comments

Comments
 (0)