SymfonyExtension icon indicating copy to clipboard operation
SymfonyExtension copied to clipboard

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

Open myselfhimself opened this issue 2 years ago • 1 comments

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! :)

myselfhimself avatar Oct 07 '22 12:10 myselfhimself

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.

dkarlovi avatar Jan 16 '23 14:01 dkarlovi