Skip to content

Commit

Permalink
try default safari config
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKnauff committed Dec 20, 2023
1 parent 5366a14 commit 840a437
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions testem.safari.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,4 @@ module.exports = {
browser_start_timeout: 30,
browser_disconnect_timeout: 30,
launch_in_ci: ['Safari'],
launchers: {
// Allow safari to proceed without user intervention. See https://github.com/testem/testem/issues/1387
Safari: {
protocol: 'browser',
exe: 'osascript',
args: [
'-e',
`tell application "Safari"
activate
open location "http://localhost:7357/tests"
end tell
delay 3000`,
],
},
},
};

0 comments on commit 840a437

Please sign in to comment.