filipesilva / angular-quickstart-lib

MIT License
305 stars 75 forks source link

angular-quickstart-lib travis build failure #43

Open benbraou opened 7 years ago

benbraou commented 7 years ago

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 commented 7 years ago

Hi,

it's know issue of webdriver-manager (https://github.com/angular/webdriver-manager/issues/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 commented 7 years ago

@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)