httpbackend icon indicating copy to clipboard operation
httpbackend copied to clipboard

Http backend mock module for protractor

Results 6 httpbackend issues
Sort by recently updated
recently updated
newest added

I am trying to make this work for an Angular2+ project, but it doesn't seem to be working. Is it not possible? I have a service class that makes my...

Hi man, Currently is very low to run the next test, why? Thanks in advance, Nicholls

if I do something like ``` javascript var data = require('foo.json'); whenGet( ... ).respond(function () { return [200, data, { some: 'header' }]; }); ``` This is stringified and send...

Hey there! I've been using httpbackend at work with my automated protractor tests, and I've been very pleased with it, but we've started having problems recently as a result of...