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

Setup with NG-CLI 7 #65

Open jderboven opened 5 years ago

jderboven commented 5 years ago

Hello, I have done an integration of that lib into an Angular 7 project but everytime I launch my e2e tests, it gets errors like : http//localhost:4200/ngapimock/runtime.js cannot be found 404...

Is there something i'm missing here ?

Local9 commented 5 years ago

I don't know if it will help you but you might find some things this repo that I put together here with the help of @mdasberg it works as intended and should help guide you in a good direction.

rall commented 4 years ago

thanks @Local9 ! that was very useful for me

vinibas commented 4 years ago

Someone has a example project with Angular 9 and Protractor 5?

Local9 commented 4 years ago

@vinibas and @rall I have updated my repo to now use the latest version of Angular.