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

Using progrator from grunt package #79

Closed demee closed 8 years ago

demee commented 8 years ago

Grunt-protractor-runner comes with it's own progractor, so there is no need to install it as a separate module. This was problematic for me because versions installed would be slightly different and it wouldn't work.

Removed standalone protractor and using the one from grunt now. Hope it helps.