Skip to content

Commit

Permalink
add some new browsers to saucelabs grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hoffmann committed Nov 2, 2016
1 parent b7a3b6d commit d6b6b3a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ module.exports = function (grunt) {
browserName: "chrome",
platform: "Windows 10",
version: "51.0"
}, {
browserName: "chrome",
platform: "Windows 10",
version: "54.0"
},
// firefox
{
Expand All @@ -32,6 +36,10 @@ module.exports = function (grunt) {
browserName: "firefox",
platform: "Linux",
version: "35.0"
}, {
browserName: "firefox",
platform: "Linux",
version: "49.0"
},
// internet explorer
{
Expand All @@ -49,9 +57,9 @@ module.exports = function (grunt) {
},
// edge
{
browserName: "microsoftedge",
browserName: "MicrosoftEdge",
platform: "Windows 10",
version: "20.10240"
version: "14.14393"
},
// opera
{
Expand All @@ -71,6 +79,10 @@ module.exports = function (grunt) {
browserName: "safari",
platform: "OS X 10.8",
version: "6.0"
}, {
browserName: "safari",
platform: "OS X 10.11",
version: "10.0"
}];

grunt.initConfig({
Expand Down

0 comments on commit d6b6b3a

Please sign in to comment.