1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

test: add Edge to browserstack tests (#3834)

remove edge version so we're always on latest
This commit is contained in:
Gary Katsevman 2016-12-05 16:22:09 -05:00 committed by Pat O'Neill
parent 014c6b89e6
commit 5ec46b0372
2 changed files with 9 additions and 0 deletions

View File

@ -223,6 +223,7 @@ module.exports = function(grunt) {
chrome_bs: { browsers: ['chrome_bs'] },
firefox_bs: { browsers: ['firefox_bs'] },
safari_bs: { browsers: ['safari_bs'] },
edge_bs: { browsers: ['edge_bs'] },
ie11_bs: { browsers: ['ie11_bs'] },
ie10_bs: { browsers: ['ie10_bs'] },
ie9_bs: { browsers: ['ie9_bs'] },

View File

@ -104,6 +104,7 @@ module.exports = function(config) {
'chrome_bs',
'firefox_bs',
'safari_bs',
'edge_bs',
'ie11_bs',
'ie10_bs',
'ie9_bs',
@ -140,6 +141,13 @@ function getCustomLaunchers(){
os_version: 'Yosemite'
},
edge_bs: {
base: 'BrowserStack',
browser: 'edge',
os: 'Windows',
os_version: '10'
},
ie11_bs: {
base: 'BrowserStack',
browser: 'ie',