lumen-generators/lumen-test/tests/acceptance.suite.yml

14 lines
391 B
YAML
Raw Normal View History

2015-09-23 05:22:02 +03:00
# 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