Complete docs for zombie driver integration

This commit is contained in:
Bevan
2014-10-29 09:26:38 +13:00
parent 2ab8c00c59
commit b9e3875436

View File

@@ -285,12 +285,15 @@ the following parameters to avoid the validation error triggered by Guzzle :
.. code-block:: yaml
default:
extensions:
Behat\MinkExtension:
sessions:
default:
zombie: ~
default:
extensions:
Behat\MinkExtension\Extension:
zombie:
# Specify the path to the node_modules directory.
node_modules_path: /usr/local/lib/node_modules/
default_session: 'zombie'
javascript_session: 'zombie'
.. note::