Files
FHC-Core/tests/codeception/acceptance.suite.dist.yml
T
paolo a3a9c42e99 - Renamed classes, methods and properties names in german
- All the controllers exends APIv1_Controller rather than REST_Controller
 - Codeceptions modified to be compliant to changes
2016-04-25 15:57:52 +02:00

24 lines
683 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
- AcceptanceHelper
- Db
config:
PhpBrowser:
url: 'http://admin:1q2w3@localhost/build/'
Db:
dsn: 'pgsql:host=calva;port=5433;dbname=devfhcomplete3'
user: 'fhcomplete'
password: 'fhcomplete'
dump: codeception/_data/dump.sql
populate: true
cleanup: false
reconnect: false