You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's a use case to be able to specify Behat tags -- for example, you might have a custom tag that you use to exclude tests that should not be run in Travis.
Ideally, the tags specified in the Travis config would be concatenated with the plugin component tag.
For example, in .travis.yml under script: moodle-plugin-ci behat --tags=~@no-travis results in the command running with --tags=@[component]~@moodle-plugin-ci-ignore.
If the maintainer is open to this feature, I would be happy to work on a pull request.
The text was updated successfully, but these errors were encountered:
andyzito
changed the title
Accept tags argument in behat command
Accept tags argument in behat command [Feature/Enhancement]
Oct 26, 2018
I think there's a use case to be able to specify Behat tags -- for example, you might have a custom tag that you use to exclude tests that should not be run in Travis.
Ideally, the tags specified in the Travis config would be concatenated with the plugin component tag.
For example, in
.travis.yml
underscript
:moodle-plugin-ci behat --tags=~@no-travis
results in the command running with--tags=@[component]~@moodle-plugin-ci-ignore
.If the maintainer is open to this feature, I would be happy to work on a pull request.
The text was updated successfully, but these errors were encountered: