Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept tags argument in behat command [Feature/Enhancement] #81

Open
andyzito opened this issue Oct 26, 2018 · 1 comment
Open

Accept tags argument in behat command [Feature/Enhancement] #81

andyzito opened this issue Oct 26, 2018 · 1 comment

Comments

@andyzito
Copy link

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.

@andyzito andyzito changed the title Accept tags argument in behat command Accept tags argument in behat command [Feature/Enhancement] Oct 26, 2018
@polothy
Copy link
Contributor

polothy commented Feb 20, 2019

Yes, I like this idea, open to a PR!

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

No branches or pull requests

2 participants