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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
I created a grunt tasks using grunt-protractor-runner with my protractor-cucumber framework. I have put the specs in Gruntfile.js and not in config.js file. When I run grunt test command no specs are picked for execution. Below is how the Gruntfile.js looks like:
Running "protractor:chrome" (protractor) task [17:22:57] I/launcher - Running 1 instances of WebDriver [17:22:57] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
I created a grunt tasks using grunt-protractor-runner with my protractor-cucumber framework. I have put the specs in Gruntfile.js and not in config.js file. When I run grunt test command no specs are picked for execution. Below is how the Gruntfile.js looks like:
When I grunt test, it logs:
My config.js file looks like this:
Reference: https://stackoverflow.com/q/59295192/2613428
The text was updated successfully, but these errors were encountered: