Files
tournonsLaPage/plugins/cookieconsent/codeception.yml
T
2023-07-18 10:47:46 +01:00

21 lines
362 B
YAML
Executable File

actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
exclude:
- vendor/*
modules:
config: