diff --git a/macpaw/behat-redis-context/1.0/config/packages/test/behat_redis_context.yaml b/macpaw/behat-redis-context/1.0/config/packages/test/behat_redis_context.yaml new file mode 100644 index 00000000..7c850b05 --- /dev/null +++ b/macpaw/behat-redis-context/1.0/config/packages/test/behat_redis_context.yaml @@ -0,0 +1,2 @@ +behat_redis_context: + dataFixturesPath: "PATH_TO_FIXTURES_FOLDER" diff --git a/macpaw/behat-redis-context/1.0/manifest.json b/macpaw/behat-redis-context/1.0/manifest.json new file mode 100644 index 00000000..46f9ec04 --- /dev/null +++ b/macpaw/behat-redis-context/1.0/manifest.json @@ -0,0 +1,18 @@ +{ + "bundles": { + "BehatRedisContextBundle\\BehatRedisContextBundle": ["test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "Read the documentation at https://github.com/MacPaw/behat-redis-context", + "BehatRedisContextBundle is registered in the test environment.", + "Add this to your behat.yml to finish setup:", + "...", + "contexts:", + " - BehatRedisContext\\Context\\RedisContext", + " - BehatRedisContext\\Context\\RedisFixturesContext", + "..." + ] +}