atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

Can data file be returned as a mock? #70

Closed JonDuffy closed 8 years ago

JonDuffy commented 8 years ago

Can I return other items in the mock, data other than JSON e.g. images, files or other types of Data?

If I can I haven't worked out how to yet

atecarlos commented 8 years ago

Hi @JonDuffy . Not at the moment, but I also have not tried it. How would you do this within your app using the $http module?