We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone !
Having to specify all files in the Behat config file:
// behat.yml default: suites: default: contexts: - Load\Of\Namespace\Class
Can be very tedious when you have a lot of context files.
Would you be interested in adding something like a contextPaths options
contextPaths
// behat.yml default: suites: default: contextPaths: - tests/Behat/ContextDir
Where we could then fetch all context namespace from ?
Kind of like you do with the phpstan config file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone !
Having to specify all files in the Behat config file:
Can be very tedious when you have a lot of context files.
Would you be interested in adding something like a
contextPaths
optionsWhere we could then fetch all context namespace from ?
Kind of like you do with the phpstan config file.
The text was updated successfully, but these errors were encountered: