Skip to content
Snippets Groups Projects
codeception.yml 284 B
Newer Older
params:
    - tests/configuration.php
    - env
paths:
    tests: tests
    output: tests/_output
    data: tests/_data
    support: tests/_support
    envs: tests/_envs
bootstrap: _bootstrap.php
actor_suffix: Tester
extensions:
    enabled:
        - Codeception\Extension\RunFailed