decide.nolog.cz/api/codeception.yml

26 lines
528 B
YAML
Raw Permalink Normal View History

2015-08-01 21:05:22 +02:00
actor: Tester
paths:
2023-11-06 19:22:11 +01:00
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
2015-08-01 21:05:22 +02:00
settings:
2023-11-06 19:22:11 +01:00
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
error_level: E_ALL & ~E_DEPRECATED
2015-08-01 21:05:22 +02:00
extensions:
2023-11-06 19:22:11 +01:00
enabled:
- Codeception\Extension\RunFailed
- Codeception\Extension\PhpBuiltinServer
- CleanUpExtension
config:
Codeception\Extension\PhpBuiltinServer:
hostname: localhost
port: 8000
documentRoot: .
startDelay: 1
params:
2023-11-06 19:22:11 +01:00
- .env.testing