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
de65e496
authored
2015-07-01 11:00:21 -0400
by
jforbes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix functional tests
Use latest Chrome
1 parent
1d1eb100
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
test/functional/protractor.config.js
test/karma.conf.js
test/functional/protractor.config.js
View file @
de65e49
...
...
@@ -23,7 +23,7 @@ if (process.env.SAUCE_USERNAME) {
config
.
maxDuration
=
300
;
}
config
.
baseUrl
=
'http://
localhost
:9999/example.html'
;
config
.
baseUrl
=
'http://
127.0.0.1
:9999/example.html'
;
config
.
specs
=
[
'spec.js'
];
config
.
framework
=
'jasmine2'
;
...
...
test/karma.conf.js
View file @
de65e49
...
...
@@ -10,8 +10,7 @@ module.exports = function(config) {
singleRun
:
true
,
base
:
'SauceLabs'
,
browserName
:
'chrome'
,
platform
:
'Windows 7'
,
version
:
'34'
platform
:
'Windows 7'
},
firefox_sl
:
{
...
...
Please
register
or
sign in
to post a comment