Files
symfony-flex-recipes-contrib/macpaw/behat-redis-context/1.0/manifest.json
T
Ihor RoikandGitHub 2d41238f20 Add recipe for macpaw/behat-redis-context bundle (#1803)
* feat: add macpaw/behat-redis-context configuration

* fix: add missing endline
2025-05-23 13:22:17 +02:00

19 lines
624 B
JSON

{
"bundles": {
"BehatRedisContextBundle\\BehatRedisContextBundle": ["test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-redis-context</comment>",
"BehatRedisContextBundle is registered in the test environment.",
"<fg=red>Add</> this to your behat.yml to finish setup:",
"...",
"contexts:",
" - BehatRedisContext\\Context\\RedisContext",
" - BehatRedisContext\\Context\\RedisFixturesContext",
"..."
]
}