webdriverio-boneyard / wdio-cucumber-framework

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

cucumberOpts.profile doesn't pick up profile #35

Closed si-mikey closed 8 years ago

si-mikey commented 8 years ago

I've got

wdio wdio.conf.js --cucumberOpts.profile 'critical'

And in cucumber.js file got

module.exports = {
  'default': '--format rerun:@rerun.txt',
  'critical': '--tags @critical'
}

And various scenarios tagged @wip, @high and 1 tagged as @critical when I run the wdio running command all the tests run and not that specific profile. Anyone know If im doing something wrong?

christian-bromann commented 8 years ago

duplicate of #9