http-backend-proxy
http-backend-proxy copied to clipboard
A proxy that allows configuring the ngMockE2E $httpBackend service from within protractor based tests.
Hi the core anguraljs httBackend has this shortcoming that if you want some request to pass you have to specify them after your mock request, this means that you cannot...
Hi my protractor + jasmine test looks as follows beforall => mock a post request on page load pass through all requests on page load it => test if the...
I'm using JSPM for my front-end dependencies management. No modules are polluting the global namespace, including 'angular'. Generally, when i use a third-party library that need angular in the global...
I'm seeing an error $httpBackend.when is not a function when I try and use this library.
Hi there, I'm having a bit of difficulty defining a proxy to selectively fail a test on demand, in my E2E protractor testing... Just for reference, this is how I...