Skip to content

Commit 2d41238

Browse files
authored
Add recipe for macpaw/behat-redis-context bundle (#1803)
* feat: add macpaw/behat-redis-context configuration * fix: add missing endline
1 parent abae5b0 commit 2d41238

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
behat_redis_context:
2+
dataFixturesPath: "PATH_TO_FIXTURES_FOLDER"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"bundles": {
3+
"BehatRedisContextBundle\\BehatRedisContextBundle": ["test"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"post-install-output": [
9+
"<fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-redis-context</comment>",
10+
"BehatRedisContextBundle is registered in the test environment.",
11+
"<fg=red>Add</> this to your behat.yml to finish setup:",
12+
"...",
13+
"contexts:",
14+
" - BehatRedisContext\\Context\\RedisContext",
15+
" - BehatRedisContext\\Context\\RedisFixturesContext",
16+
"..."
17+
]
18+
}

0 commit comments

Comments
 (0)