mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 16:01:57 +08:00
@@ -15,6 +15,8 @@ modules:
|
|||||||
- PhpBrowser
|
- PhpBrowser
|
||||||
# you can use WebDriver instead of PhpBrowser to test javascript and ajax.
|
# 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
|
# 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
|
# - WebDriver
|
||||||
config:
|
config:
|
||||||
PhpBrowser:
|
PhpBrowser:
|
||||||
@@ -22,3 +24,4 @@ modules:
|
|||||||
# WebDriver:
|
# WebDriver:
|
||||||
# url: 'http://localhost'
|
# url: 'http://localhost'
|
||||||
# browser: firefox
|
# browser: firefox
|
||||||
|
# restart: true
|
||||||
|
|||||||
Reference in New Issue
Block a user