Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

cucumberOpts.profile doesn't pick up profile #35

Closed
si-mikey opened this issue Sep 19, 2016 · 1 comment
Closed

cucumberOpts.profile doesn't pick up profile #35

si-mikey opened this issue Sep 19, 2016 · 1 comment

Comments

@si-mikey
Copy link

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
Copy link
Contributor

duplicate of #9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants