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
6a3fccb1
authored
2014-03-28 17:53:01 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update sauce config in karma
1 parent
c79960ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
test/karma.conf.js
test/karma.conf.js
View file @
6a3fccb
...
...
@@ -98,11 +98,11 @@ module.exports = function(config) {
// global config for SauceLabs
sauceLabs
:
{
username
:
"sheff555"
,
accessKey
:
"d04372cc-0fc3-4e59-aa02-3cfd9df03240"
,
startConnect
:
true
,
tunnelIdentifier
:
'uniquekarmaidentifier'
,
testName
:
'ps test sample'
tunnelIdentifier
:
process
.
env
.
TRAVIS_JOB_NUMBER
,
build
:
process
.
env
.
TRAVIS_BUILD_NUMBER
,
testName
:
process
.
env
.
TRAVIS_BUILD_NUMBER
+
process
.
env
.
TRAVIS_BRANCH
,
recordScreenshots
:
false
},
//define SL browsers
...
...
Please
register
or
sign in
to post a comment