add behat-nelmio-describer config (#1446)

This commit is contained in:
Ihor Roik
2022-12-15 08:14:52 +01:00
committed by GitHub
parent 27eb94b57c
commit 14daaf39e5
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,2 @@
behat_nelmio_describer:
behat_test_path: '%kernel.project_dir%/features'
@@ -0,0 +1,8 @@
{
"bundles": {
"BehatNelmioDescriber\\BehatNelmioDescriberBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1 @@
* <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-nelmio-describer</>