Files
Pascal CESCONandGitHub 36eb8eec00 Add amoifr/pickle-panther-bundle recipe (#2003)
* Add amoifr/pickle-panther-bundle/0.3/manifest.json

* Add amoifr/pickle-panther-bundle/0.3/config/packages/test/pickle_panther.yaml

* Fix recipe: complete config reference, trailing newline
2026-06-14 18:20:11 +02:00

19 lines
775 B
JSON

{
"bundles": {
"Amoifr\\PicklePantherBundle\\PicklePantherBundle": ["test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * The bundle is enabled in the <comment>test</> environment only.",
" Tune <comment>config/packages/test/pickle_panther.yaml</> as needed (every key is optional).",
"",
" * <comment>To actually run E2E scenarios you need a chromedriver</>",
" (<comment>composer require --dev dbrekelmans/bdi && vendor/bin/bdi detect drivers</>)",
" <comment>or a browser provided via Docker.</>",
"",
" * Docs: <href=https://github.com/Amoifr/PicklePantherBundle>https://github.com/Amoifr/PicklePantherBundle</>"
]
}