Skip to content

Commit de6a8e2

Browse files
committed
Bump Safair to v15
1 parent 0f9b3fc commit de6a8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testem.browserstack.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
const FailureOnlyPerBrowserReporter = require('testem-failure-only-reporter/grouped-by-browser');
22

33
const BrowserStackLaunchers = {
4-
BS_Safari_12: {
4+
BS_Safari_15: {
55
exe: 'node_modules/.bin/browserstack-launch',
66
args: [
77
'--os',
88
'OS X',
99
'--osv',
10-
'Mojave',
10+
'Catalina',
1111
'--b',
1212
'safari',
1313
'--bv',
14-
'latest', // Will always be 12.x on Mojave
14+
'latest', // Will always be 15.x on Catalina
1515
'-t',
1616
'1200',
1717
'--u',

0 commit comments

Comments
 (0)