mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
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:
@@ -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",
|
||||
"..."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user