add backand ticket/index changes, add backand\ticket\index export pdf, xls
This commit is contained in:
@@ -11,18 +11,18 @@
|
||||
class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- PhpBrowser
|
||||
# - PhpBrowser
|
||||
- tests\codeception\common\_support\FixtureHelper
|
||||
# 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
|
||||
- WebDriver
|
||||
config:
|
||||
PhpBrowser:
|
||||
# PhpBrowser:
|
||||
# PLEASE ADJUST IT TO THE ACTUAL ENTRY POINT WITHOUT PATH INFO
|
||||
url: http://localhost:8080
|
||||
# WebDriver:
|
||||
# url: http://localhost:8080
|
||||
# browser: firefox
|
||||
# restart: true
|
||||
# url: http://localhost/fitness-web
|
||||
WebDriver:
|
||||
url: http://localhost
|
||||
browser: firefox
|
||||
restart: true
|
||||
|
||||
Reference in New Issue
Block a user