I am having hard time with passing arguments to the grunt-protractor-runner plug-in. I am trying to tag some of my tests and then call that specific test. So, my command for running test's is:
grunt e2e:cert:ed:regression_part_3
But, what I am trying to accomplish is something like this:
grunt protractor --mochaOpts={tags:"myTag"} e2e:cert:ed:regression_part_3
But that doesn't seem to work. Any ideas ?