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

webdriver update fail on clean environment with autoStartStopServer set to false #48

Closed
Przemyslaw-Marchewka opened this issue Mar 13, 2018 · 3 comments
Assignees

Comments

@Przemyslaw-Marchewka
Copy link

Configuration:

gulpProtractorAngular({
'configFile': 'protractor-config.js',
'debug': false,
'autoStartStopServer': false,
'webDriverUpdate': false,
'webDriverUpdate.skip': true
})

Error message:
[15:30:10] E/local - Error code: 135
[15:30:10] E/local - Error message: No update-config.json found. Run 'webdriver-manager update' to download bi
naries.
[15:30:10] E/local - Error: No update-config.json found. Run 'webdriver-manager update' to download binaries.

WORKAROUND:
If you set autoStartStopServer to true and than to false it is ok

@rochejul rochejul self-assigned this Mar 16, 2018
@rochejul
Copy link
Owner

Hi

I am not sure to understand: do you run twice the plugin ?
Could you provide a tiny project to illustrate your issue please ?

Many thanks

@Przemyslaw-Marchewka
Copy link
Author

You need to run it on a clean environment with autoStartStopServer: false.
Plugin is trying to execute webdriver-manager update but it fails.

@rochejul
Copy link
Owner

Close to insufficient information and no sample project to illustrate the issue

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

No branches or pull requests

2 participants