Open djordje-mmilovanovic opened 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 ?
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 ?