20 lines
452 B
YAML
20 lines
452 B
YAML
|
|
namespace: Tests
|
||
|
|
support_namespace: Support
|
||
|
|
paths:
|
||
|
|
tests: tests
|
||
|
|
output: tests/_output
|
||
|
|
data: tests/Support/Data
|
||
|
|
support: tests/Support
|
||
|
|
envs: tests/_envs
|
||
|
|
actor_suffix: Tester
|
||
|
|
extensions:
|
||
|
|
enabled:
|
||
|
|
- Codeception\Extension\RunFailed
|
||
|
|
modules:
|
||
|
|
enabled:
|
||
|
|
- Db:
|
||
|
|
dsn: 'mysql:host=127.0.0.1;dbname=iclop'
|
||
|
|
user: 'root'
|
||
|
|
password: ''
|
||
|
|
populate: true
|
||
|
|
cleanup: false
|