You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seem that you aren't loading grunt-protractor-webdriver in your Gruntfile.js.
If I try to do the same I'm getting the following error:
$ grunt test
Warning: Task "protractor_webdriver:alive" not found. Use --force to continue.
Aborted due to warnings.
which makes sense to me since I haven't registered a npm task for protractor_webdriver. And the same dependency is missing from your packages.json too. Maybe it's not needed at all and I'm doing something wrong?
Is there another task that loads grunt-protractor-webdriver so you don't have to load it separately?
The text was updated successfully, but these errors were encountered:
Seem that you aren't loading
grunt-protractor-webdriver
in your Gruntfile.js.If I try to do the same I'm getting the following error:
which makes sense to me since I haven't registered a npm task for
protractor_webdriver
. And the same dependency is missing from your packages.json too. Maybe it's not needed at all and I'm doing something wrong?Is there another task that loads grunt-protractor-webdriver so you don't have to load it separately?
The text was updated successfully, but these errors were encountered: