mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 22:03:27 +08:00
15 lines
384 B
YAML
15 lines
384 B
YAML
|
# Codeception Test Suite Configuration
|
||
|
|
||
|
# suite for acceptance tests.
|
||
|
# perform tests in browser using the WebDriver or PhpBrowser.
|
||
|
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
|
||
|
|
||
|
class_name: AcceptanceTester
|
||
|
modules:
|
||
|
enabled:
|
||
|
- PhpBrowser
|
||
|
- AcceptanceHelper
|
||
|
config:
|
||
|
PhpBrowser:
|
||
|
url: 'http://localhost/myapp/'
|