Closed mareru closed 5 years ago
Hello, is there a way to get the tags from configuration file test.conf.js that are set in the attribute:
cucumberOpts: { tags: ['@registration', '~@WIP'] }
in function beforeScenario?
beforeScenario
Try browser.config.cucumberOpts.tags.
browser.config.cucumberOpts.tags
It was browser.options.cucumberOpts.tags. But thanks for the tip :)
browser.options.cucumberOpts.tags
Hello,
is there a way to get the tags from configuration file test.conf.js that are set in the attribute:
in function
beforeScenario
?