lumen-generators/lumen-test/tests/acceptance.suite.yml
2015-09-23 04:58:39 +01:00

14 lines
391 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:
# url: http://localhost/myapp
- \Helper\Acceptance
- Cli
- Filesystem