lumen-generators/lumen-test/tests/acceptance.suite.yml
2016-12-29 20:06:29 +01:00

12 lines
325 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:
- \Helper\Acceptance
- Cli
- Filesystem