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

Add example of how to use this library for protractor. A complete setup will be really helpful #82

Open Jimit09 opened 4 years ago

vinibas commented 4 years ago

I can't understand how to configure it in an Angular 9 project (protractor 5). I've already wasted a lot of time trying. An example would help me a lot.

mdasberg commented 4 years ago

@vinibas you can use the new version of ng-apimock. It has been split up into modules.

here you can find a demo of protractor configuration.