1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00
invoiceninja/codeception.yml

27 lines
646 B
YAML
Raw Normal View History

2015-08-20 17:09:04 +02: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 10:21:23 +01:00
enabled:
- Codeception\Extension\RunFailed
- Codeception\Extension\Recorder
2015-08-20 17:09:04 +02:00
config:
Codeception\Extension\Recorder:
delete_successful: false
modules:
config:
Db:
2016-02-17 20:41:14 +01:00
dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
2015-08-20 17:09:04 +02:00
user: 'ninja'
password: 'ninja'
dump: tests/_data/dump.sql
populate: true
cleanup: false