angular-apimock icon indicating copy to clipboard operation
angular-apimock copied to clipboard

Automatically route your API calls to static JSON files, for hiccup free front–end development.

Results 8 angular-apimock issues
Sort by recently updated
recently updated
newest added

Hi , Is there a way to configure angular-apimock to use the original request if the reroute fails. I believe in the current implementation its possible to do the opposite...

Your package is really helpful. Thank you guys. I my old unit tests i am using $httpBackend with .whenGET mocks. beforeEach(() => { inject(function ($injector, _$compile_, _$rootScope_) { // The...

We have a feature where we make a queue request and it returns a header providing the location of the progress endpoint. This endpoint returns another header with the results...

I have a few directives with `templateUrl` and when I add this module tests stop working me. ``` PhantomJS 1.9.8 (Mac OS X 0.0.0) Unit testing login process Should contains...

bug
pr-welcome

It's causing more and more hacks. The biggest change for AngularJS support will be that version `1.2` will be dropped, as they dropped IE8 support in `1.3`. Here's a checklist...

enhancement

While working on #44 I added a test case for dates, and the expected file name becomes so long. `1996-01-27` becomes the ISO string `1996-02-27t00:00:00.000z`. E.g. a potential file name...

question

Describe for the httpInterceptor, the unit test for different URL and Methods, also compatibility of work with other interceptors or external data services like firebase, simperium, parse, etc. Example: GET,...

enhancement
pr-welcome

Is it it possible to add an option to configure url for mock data requests. Lets say that we have following real REST urls : "http://mydomain.com/api/somting" - a list of...

enhancement