Open scriby opened 9 years ago
Any update on this issue ?
The jasmineNodeOpts don't seem to be picked up when grunt is running for some reason here too. (And I think this is not limited to grunt-protractor-runner
. Just doing a shell command to run protractor manually from grunt, also fails to pick up the opts. Odd.
Same issue here
+1
Try with the below tweak
Go to grunt-protractor-runner\tasks\protractor_runner.js Add jasmineNodeOpts in objectArgs array
I see support for cucumberOpts and mochaOpts... but no jasmine options. Am I missing something or is that a miss?