From b9e387543604cf8b6875f9e9f683042f4ce7fc5c Mon Sep 17 00:00:00 2001 From: Bevan Date: Wed, 29 Oct 2014 09:26:38 +1300 Subject: [PATCH] Complete docs for zombie driver integration --- doc/index.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 409d400..9e615ee 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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::