webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Using tags #36

Closed lj9142 closed 7 years ago

lj9142 commented 7 years ago

Is it possible to use tags as an input in the command line like you would when running on cucumber by itself to just run a subsection of tests or can this only be done via the cucumberOpts in the wdio.conf.js?

christian-bromann commented 7 years ago

Is it possible to use tags as an input in the command line

It should, try wdio wdio.conf.js --cucumberOpts.tags="tag1,tag2"