Pass through all grunt options to protractor#148
Pass through all grunt options to protractor#148chrismikehogan wants to merge 1 commit intoteerapap:masterfrom
Conversation
|
Thanks for the PR. 👍 The fix initially looks good to me but I've tried it and found 3 issues.
configurations object is and I run with command which populates the final protractor command with parameter I notice that To the user, Current behaviour is I'm not using this feature personally. What do you think is the expected behaviour? |
It seems odd to have to pass in object arguments as escaped json strings.
This change allows for
E.g. This does not override any other
capabilitiesorcucumberOptsyou already have configured, and instead only sets these specific keys of those objects:grunt protractor --cucumberOpts.tags=@myTag --capabilities.tunnel-identifier=myTunnelId