mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
27 lines
646 B
YAML
27 lines
646 B
YAML
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:
|
|
enabled:
|
|
- Codeception\Extension\RunFailed
|
|
- Codeception\Extension\Recorder
|
|
config:
|
|
Codeception\Extension\Recorder:
|
|
delete_successful: false
|
|
modules:
|
|
config:
|
|
Db:
|
|
dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
|
|
user: 'ninja'
|
|
password: 'ninja'
|
|
dump: tests/_data/dump.sql
|
|
populate: true
|
|
cleanup: false |