blob: 9fde4e753bd1d77f5cdb6b07f1e8b1883d97f183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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:
url: http://localhost:8000/
- \Helper\Acceptance
|