invoiceninja/codeception.yml

27 lines
649 B
YAML
Raw Normal View History

2015-08-20 18:09:04 +03:00
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
2016-02-18 11:17:03 +02:00
# enabled:
2016-02-18 11:13:35 +02:00
# - Codeception\Extension\RunFailed
# - Codeception\Extension\Recorder
2015-08-20 18:09:04 +03:00
config:
Codeception\Extension\Recorder:
delete_successful: false
modules:
config:
Db:
2016-02-17 21:41:14 +02:00
dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
2015-08-20 18:09:04 +03:00
user: 'ninja'
password: 'ninja'
dump: tests/_data/dump.sql
populate: true
cleanup: false