Open MarkusPint opened 9 years ago
I am also seeing this issue. If I disable directconnect in my gruntfile.js, everything runs fine but with directConnect set as true, I get the "exited with code: 100". Also, if I run it without grunt, directconnect works flawlessly.
Configuration: grunt-protractor-runner@1.2.1 grunt-protractor-webdriver@0.2.0 protractor@1.7.0
Grunt-protractor-runner version 1.2.1, Windows 7
This is the Grunt-Protractor-Runner part of my Gruntfile:
Chrome never launches and this is printed in the console: Running "protractor:task" (protractor) task Using ChromeDriver directly...
The same config works with pure Protractor and the same config file.
What could the issue be?