marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.94k stars 725 forks source link

[WIP] Npm postinstall for linux / windows #1266

Closed Phocea closed 7 years ago

Phocea commented 7 years ago

Follow up on E2E fix commit, so the npm postinstall phase also work on Windows node installations

Phocea commented 7 years ago

@Kmaschta Found odd behaviour. E2E tests fails but in log it shows that they have been started on:

[00:39:23] I/local - Selenium standalone server started at http://172.17.0.9:57502/wd/hub

If you look at the Travis log on my [fork] (https://github.com/eBoutik/ng-admin/commit/420e48160423fc3083234dfc7fee3a63e1479a1b) , E2E test passed but used a different IP to start:

[00:21:40] I/sauce - Using SauceLabs selenium server at http://ondemand.saucelabs.com:80/wd/hub

This exact same IP is used on the PR that have passed lately... Is that difference any indication of what is going on ?

Phocea commented 7 years ago

Replaced by https://github.com/marmelab/ng-admin/pull/1267