piratepoet/codeception.yml
Rostislav Wolny fc4a11a6a7 Move extension for test stats to tests/_support
Package redcomponent/teststatistics was last updated 6 years ago.
In this commit I move it from vendor to tests/_support a fix deprecation
warnings that caused failures in unit and integration tests.
[MAILPOET-3890]
2021-12-13 09:36:43 +01:00

30 lines
676 B
YAML

actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
colors: true
memory_limit: 1024M
log: true
strict_xml: true
extensions:
enabled:
- Codeception\Extension\RunFailed
- MailPoet\TestsSupport\StatisticsExtension
groups:
acceptance_group_*: tests/acceptance/_groups/group_*
coverage:
enabled: true
whitelist:
include:
- lib/*
exclude:
- lib/Config/PopulatorData/*
- lib/Util/Sudzy/*
- lib/Util/CSS.php
- lib/Util/Helpers.php
- lib/Util/XLSXWriter.php