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
a08c8ddf
authored
2014-03-14 11:22:57 -0400
by
Parul Sharma
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
adding more browsers
1 parent
ac6c5fe5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
test/karma.conf.js
test/karma.conf.js
View file @
a08c8dd
...
...
@@ -26,7 +26,11 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows)
// Example usage:
browsers
:
[
'test_browser'
,
'firefox_test'
,
'safari_test'
,
'ipad_test'
],
browsers
:
[
'chrome_test'
,
//'firefox_test',
//'safari_test', '
//'ipad_test',
'android_test'
],
// List of files / patterns to load in the browser
// Add any new src files to this list.
...
...
@@ -103,7 +107,7 @@ module.exports = function(config) {
//define SL browsers
customLaunchers
:
{
test_browser
:
{
chrome_test
:
{
singleRun
:
true
,
base
:
'SauceLabs'
,
browserName
:
'chrome'
,
...
...
@@ -129,6 +133,13 @@ module.exports = function(config) {
base
:
'SauceLabs'
,
browserName
:
'ipad'
,
platform
:
'OS X 10.8'
},
android_test
:
{
singleRun
:
true
,
base
:
'SauceLabs'
,
browserName
:
'android'
,
platform
:
'Linux'
}
}
...
...
Please
register
or
sign in
to post a comment