Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d1e3644b
authored
2014-04-28 15:10:59 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update browsers and only use chrome and ipad
1 parent
e6a2d0e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
test/karma.conf.js
test/karma.conf.js
View file @
d1e3644
...
...
@@ -10,7 +10,8 @@ module.exports = function(config) {
singleRun
:
true
,
base
:
'SauceLabs'
,
browserName
:
'chrome'
,
platform
:
'Windows XP'
platform
:
'Windows 7'
,
version
:
'34'
},
firefox_sl
:
{
...
...
@@ -31,7 +32,8 @@ module.exports = function(config) {
singleRun
:
true
,
base
:
'SauceLabs'
,
browserName
:
'ipad'
,
platform
:
'OS X 10.8'
platform
:
'OS X 10.9'
,
version
:
'7.1'
},
android_sl
:
{
...
...
@@ -58,16 +60,8 @@ module.exports = function(config) {
//define SL browsers
customLaunchers
:
customLaunchers
,
// Start these browsers, currently available:
// - Chrome
// - ChromeCanary
// - Firefox
// - Opera
// - Safari (only Mac)
// - PhantomJS
// - IE (only Windows)
// Example usage:
browsers
:
Object
.
keys
(
customLaunchers
),
// Start these browsers
browsers
:
[
'chrome_sl'
,
'ipad_sl'
],
//Object.keys(customLaunchers),
// List of files / patterns to load in the browser
// Add any new src files to this list.
...
...
Please
register
or
sign in
to post a comment