Add recipe for macpaw/behat-redis-context bundle (#1803)

* feat: add macpaw/behat-redis-context configuration

* fix: add missing endline
This commit is contained in:
Ihor Roik
2025-05-23 13:22:17 +02:00
committed by GitHub
parent abae5b0f03
commit 2d41238f20
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,2 @@
behat_redis_context:
dataFixturesPath: "PATH_TO_FIXTURES_FOLDER"
@@ -0,0 +1,18 @@
{
"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",
"..."
]
}