firefly-iii/tests/acceptance.suite.yml

13 lines
353 B
YAML
Raw Normal View History

2015-07-03 01:15:30 -05: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
2015-07-09 14:26:40 -05:00
- \Helper\Acceptance