Could anybody make grunt work with selenium grid? I could set up grid by passing the role: hub under serverOptions of start-selenium-server task in my gruntfile but soon end up getting -
Error: Timeout waiting for selenium to start. Check if an instance of selenium is already running. Warning: Task "start-selenium-server:config" failed. Use --force to continue.
I am using grunt with protractor.