mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-27 00:49:28 +00:00
22 lines
626 B
YAML
22 lines
626 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:
|
|
- Db
|
|
- PhpBrowser:
|
|
url: 'http://admin:1q2w3@demo.fhcomplete.org/'
|
|
config:
|
|
Db:
|
|
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
|
|
user: 'fhcomplete'
|
|
password: 'fhcomplete'
|
|
dump: _data/dump.sql
|
|
populate: true
|
|
cleanup: false
|
|
reconnect: false
|