teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Option.args mochaOpts tagging tests #190

Open djordje-mmilovanovic opened 7 years ago

djordje-mmilovanovic commented 7 years ago

I have tried to run my tests with in-line args, but it seems i cant find right syntax for it. My cmd command for calling the test is:

grunt e2e:cert:ed:regression_part_3

and am trying to add tagging args something like this:

grunt protractor --mochaOpts={tags: "myTag"} e2e:cert:ed:regression_part_3

but it doesn't seem to work ... any ideas ?