Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular-quickstart-lib travis build failure #43

Open
benbraou opened this issue Jul 21, 2017 · 2 comments · May be fixed by #51
Open

angular-quickstart-lib travis build failure #43

benbraou opened this issue Jul 21, 2017 · 2 comments · May be fixed by #51

Comments

@benbraou
Copy link

Hello,

Currently, the build is failing in travis while running integration tests: https://travis-ci.org/filipesilva/angular-quickstart-lib/builds/256144980

[17:53:37] E/direct - Error message: Could not find update-config.json. Run 'webdriver-manager update' to download binaries.
[1] [17:53:37] E/direct - Error: Could not find update-config.json. Run 'webdriver-manager update' to download binaries.
[1] at IError (/home/travis/build/filipesilva/angular-quickstart-

@Crazyht
Copy link

Crazyht commented Jul 22, 2017

Hi,

it's know issue of webdriver-manager (angular/webdriver-manager#216), in my library project I just add "--gecko false" in integration/package.json :

    "preprotractor": "webdriver-manager update --gecko false", 

It work weel since

benbraou added a commit to benbraou/angular-flex-picture that referenced this issue Jul 22, 2017
benbraou added a commit to benbraou/angular-flex-picture that referenced this issue Jul 22, 2017
@benbraou
Copy link
Author

benbraou commented Jul 22, 2017

@Crazyht thanks! Indeed, this fixed the issue in my angular library. I am keeping the issue open until it is fixed in angular-quickstart-lib (with your proposal or with another solution)

franzbecker pushed a commit to test-editor/deprecated-web-workspace-navigator that referenced this issue Jul 26, 2017
benbraou added a commit to benbraou/angular-quickstart-lib that referenced this issue Aug 6, 2017
As mentionned by @Crazyht, this is a known issue of webdriver-manager

fixes filipesilva#43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants