Does I need to feed ngMidwayTester a URL, or can it catch requests made by a method?
mpiasta-ca opened this issue · 0 comments
mpiasta-ca commented
Are there any other options to ngMidwayTester other than the visit() method? ie. can it catch calls like $httpBackend, ie. I run a service method which I want to track the result, and then catch the result? Or what is the purpose of ngMidwayTester...?