Running webdriver-start and protractor-start using grunt and protractor is not starting as webdriver-start command doesn't let next process to start
问题 I am using Grunt to run protractor end to end test cases. I have following three tasks (I am using windows 7 machine) webdriver-stop webdriver-start protractor-start I am trying to run these three tasks as mentioned above order. However problem is grunt stuck at #webdriver-start process and doesn't let #protractor-start process to run. Following is my grunt config. Please help. /** * New node file */ module.exports = function(grunt){ //globalConfig and paths which will used in the grunt