This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(framework.cucumber): Allow multiple tags on cucumber tests.
Motivation: Support for multiple tags on the cucumber test execution, to be able to filter with more complex expressions the scenarios to run. How to use: cucumberOpts: { tags: '@dev' } or cucumberOpts: { tags: ['@dev', '~@ignore'] } More information on tags: https://github.com/cucumber/cucumber/wiki/Tags
- Loading branch information