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

Feature: ng-apimock watches changes in mockdata #16

Closed wswebcreation closed 7 years ago

wswebcreation commented 7 years ago

Current: When mockdata is changed ng-apimock needs to be reloaded and looses it's state / global variables

Desired situation: It would be nice that there is a watcher in ng-apimock that watches the mockdata-folder and keeps the selected scenario's / global variables that already been loaded.

ghost commented 7 years ago

+1. This would also help us a lot!

wswebcreation commented 7 years ago

Awesome!!

mdasberg commented 7 years ago

just release v1.4.0 which contains this feature

ghost commented 7 years ago

Great!!

wswebcreation commented 7 years ago

And it works like a charm!! Tnx

ghost commented 6 years ago

Also tried it now and works nicely! Thanks a lot.