Files
firefly-iii/tests/acceptance.suite.yml

15 lines
378 B
YAML
Raw Normal View History

2014-11-26 21:31:12 +01: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
- AcceptanceHelper
config:
PhpBrowser:
url: 'http://localhost/'