Skip to content

Commit 0db5843

Browse files
committed
Build: Update karma-browserstack-launcher & tested browsers
1 parent 4194dc4 commit 0db5843

File tree

4 files changed

+455
-373
lines changed

4 files changed

+455
-373
lines changed

Gruntfile.js

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@ module.exports = function( grunt ) {
3434
"bs_chrome-45", // shares V8 with Node.js v4 LTS
3535
"bs_chrome-68", // shares V8 with Node.js v10.24.1 LTS
3636
"bs_chrome-84", // shares V8 with Node.js v14.20.0 LTS
37-
"bs_chrome-109", "bs_chrome-110",
37+
"bs_chrome-115", "bs_chrome-116",
3838

3939
// Firefox ESR + last 2 Firefox versions
40-
"bs_firefox-60", "bs_firefox-68", "bs_firefox-78", "bs_firefox-91", "bs_firefox-102",
41-
"bs_firefox-108", "bs_firefox-109",
40+
"bs_firefox-60", "bs_firefox-68", "bs_firefox-78", "bs_firefox-91",
41+
"bs_firefox-102", "bs_firefox-115",
42+
"bs_firefox-116", "bs_firefox-117",
4243

44+
// EdgeHTML-based Edge Legacy + last 2 Edge versions
4345
"bs_edge-15", "bs_edge-16", "bs_edge-17", "bs_edge-18",
44-
"bs_edge-108", "bs_edge-109",
46+
"bs_edge-115", "bs_edge-116",
4547

4648
"bs_ie-9", "bs_ie-10", "bs_ie-11",
4749

48-
"bs_opera-94", "bs_opera-95",
50+
"bs_opera-101", "bs_opera-102",
4951

5052
// Real Safari 6.1 and 7.0 are not available
5153
"bs_safari-6.0", "bs_safari-8.0", "bs_safari-9.1", "bs_safari-10.1",
@@ -63,7 +65,13 @@ module.exports = function( grunt ) {
6365
];
6466

6567
browsers.old = {
66-
firefox: [ "bs_firefox-3.6" ],
68+
69+
// Firefox 3.6 + older Firefox ESR
70+
firefox: [
71+
"bs_firefox-3.6", "bs_firefox-10", "bs_firefox-17", "bs_firefox-24",
72+
"bs_firefox-31", "bs_firefox-38", "bs_firefox-45", "bs_firefox-52"
73+
],
74+
6775
chrome: [ "bs_chrome-16" ],
6876
safari: [ "bs_safari-4.0", "bs_safari-5.0", "bs_safari-5.1" ],
6977
ie: [ "bs_ie-7", "bs_ie-8" ],

0 commit comments

Comments
 (0)