mdasberg / ng-apimock

Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
MIT License
99 stars 26 forks source link

Fixed synchronous (busy waiting loop) delays #22

Closed dscheerens closed 7 years ago

dscheerens commented 7 years ago

Use asynchronous delays rather than synchronous delays.

wswebcreation commented 7 years ago

@mdasberg

All builds are now failing on the travis part. It looks like it now automatically is searching for the seleniumAddress, because it is not provided (it should get the saucelabs address) it will start directConnect. Because no webdriver-manager update has been run it will fail.

  1. Do we need SauceLabs?
  2. Can't we go to headless chrome?
mdasberg commented 7 years ago

just release v1.4.0 which contains this bugfix

dscheerens commented 7 years ago

Thanks! 👍