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

feat: add Protractor 5 support #11

Closed wswebcreation closed 7 years ago

wswebcreation commented 7 years ago

As of protractor 5.0.0 the flag config.useAllAngular2AppRoots has been deprecated, to let protractor tell ngApimock that Angular 2 is used a custom object needs to be provided with the angular version in it, see.

This object can be used in the feature to add more options.

wswebcreation commented 7 years ago

Any chance in looking at this ;-)