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
c54d4d66
authored
2015-07-01 13:06:22 -0400
by
forbesjo
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #332 from forbesjo/test-e2e-2
Fix grunt-protractor-runner dependency
2 parents
de65e496
077b8230
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
Gruntfile.js
package.json
Gruntfile.js
View file @
c54d4d6
...
...
@@ -222,7 +222,8 @@ module.exports = function(grunt) {
},
protractor
:
{
options
:
{
configFile
:
'test/functional/protractor.config.js'
configFile
:
'test/functional/protractor.config.js'
,
webdriverManagerUpdate
:
process
.
env
.
TRAVIS
?
false
:
true
},
chrome
:
{
...
...
package.json
View file @
c54d4d6
...
...
@@ -30,7 +30,7 @@
"grunt-github-releaser"
:
"^0.1.17"
,
"grunt-karma"
:
"~0.6.2"
,
"grunt-open"
:
"0.2.3"
,
"grunt-protractor-runner"
:
"git+https://github.com/forbesjo/grunt-protractor-runner.git#
update-webdriver
"
,
"grunt-protractor-runner"
:
"git+https://github.com/forbesjo/grunt-protractor-runner.git#
webdriverManagerUpdate
"
,
"grunt-shell"
:
"0.6.1"
,
"grunt-version"
:
"^1.0.0"
,
"karma"
:
"~0.10.0"
,
...
...
Please
register
or
sign in
to post a comment