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

Add calls to transformRequest and transformResponse #35

Closed stevehenry13 closed 9 years ago

stevehenry13 commented 9 years ago

Passes the data, headers, and status to transform functions, so that angular apps using transformRequest and transformResponse will work as expected.

atecarlos commented 9 years ago

This is now part of v0.1.16! Thanks!