Skip to content
New issue

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

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

Already on GitHub? # to your account

Suite name with hyphen fix #971

Merged
merged 3 commits into from
Dec 17, 2016
Merged

Conversation

avant1
Copy link
Contributor

@avant1 avant1 commented Dec 6, 2016

This allows to use suites with hyphen in name in --suite CLI option.

Fixes #968.
I've included work from #969, but moved scenario to another feature file.

BTW this is a potential BC break for users who had hyphens in suite names and who used underscored version of names in --suite filters.
With this PR --suite=some_suite will not work if suite has name some-suite.

However, this is a bugfix, and using underscored names was not documentated anywhere.

@everzet everzet merged commit 065324b into Behat:master Dec 17, 2016
@everzet
Copy link
Member

everzet commented Dec 17, 2016

Thank you very much for contribution!

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

Successfully merging this pull request may close these issues.

cli suite filter argument does not works for suite with "-" in names
3 participants