I will get feed back that I cannot use both capabilities and multiCapabilities together. It is not immediately clear that args maps to capabilities and will override multiCapabilities, this could either be clarified in docs or the args variable renamed.
If I setup my gruntfile with something like this:
but also have the following in my
protractor.conf.js
:I will get feed back that I cannot use both
capabilities
andmultiCapabilities
together. It is not immediately clear thatargs
maps tocapabilities
and will overridemultiCapabilities
, this could either be clarified in docs or theargs
variable renamed.Thanks!