Skip to content
Snippets Groups Projects
Select Git revision
  • 707a68fc54b927b01c2313a76522855ce65a7908
  • importMinAmt default protected
2 results

codeception.yml

Blame
  • codeception.yml 373 B
    actor: Tester
    paths:
        tests: tests
        log: tests/_output
        data: tests/_data
        support: tests/_support
        envs: tests/_envs
        bootstrap: _bootstrap.php
    settings:
        colors: true
        memory_limit: 1024M
    extensions:
        enabled:
            - Codeception\Extension\RunFailed
    coverage:
        enabled: true
        include:
            - app/*
        exclude:
            - app/cache/*