From d703b819b81f277c333cab15ba4bf5a5e8535165 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 7 Feb 2014 04:24:58 +0400 Subject: [PATCH] docs added --- tests/acceptance.suite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 34e4397..b385284 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -15,6 +15,8 @@ modules: - PhpBrowser # you can use WebDriver instead of PhpBrowser to test javascript and ajax. # This will require you to install selenium. See http://codeception.com/docs/04-AcceptanceTests#Selenium +# "restart" option is used by the WebDriver to start each time per test-file new session and cookies, +# it is useful if you want to login in your app in each test. # - WebDriver config: PhpBrowser: @@ -22,3 +24,4 @@ modules: # WebDriver: # url: 'http://localhost' # browser: firefox +# restart: true