| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/gitlapple/phalcon-devtools/master/codeception.yml | [Back] [Original] |
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
settings:
colors: true
# Tests (especially functional) can take a lot of memory
# We set a high limit for them by default.
memory_limit: 1024M
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
include:
- src/*
# Get params from .env file
params:
- tests/.env.test
| Web Proxy Viewer | New URL | Original Page |