FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

Allow behat.yaml behat.yaml.dist to be in config/packages/behat/* #189

Open myselfhimself opened 1 year ago

myselfhimself commented 1 year ago

Hello thank you for this bundle! so far it seems that behat.yaml* is evaluated only if is in the Symfony project's root directory. It would be nice to have a less cluttered project root directory and be able to have such configuration files in config/packages/behat/ as is the case for other famous bundles. Thanks again! :)

dkarlovi commented 1 year ago

This is up to Behat itself, not up to this bundle. Behat will look for the config file in the root and then enable this bundle because of the config found in this bundle, when the bundle is triggered it's already too late.