2020-01-22 17:12:56 +00:00
|
|
|
namespace: App\Tests
|
|
|
|
actor_suffix: Tester
|
2020-01-28 16:24:51 +00:00
|
|
|
paths:
|
|
|
|
tests: tests
|
|
|
|
output: tests/_output
|
|
|
|
data: tests/_data
|
|
|
|
support: tests/_support
|
|
|
|
settings:
|
|
|
|
memory_limit: 16000M
|
|
|
|
# Disable for faster test execution
|
|
|
|
lint: true
|
|
|
|
colors: true
|
|
|
|
backup_globals: true
|
|
|
|
report_useless_tests: true
|
|
|
|
disallow_test_output: true
|
|
|
|
# Significantly slows down test execution when true
|
|
|
|
be_strict_about_changes_to_global_state: false
|
2020-01-22 17:12:56 +00:00
|
|
|
extensions:
|
2020-01-28 16:24:51 +00:00
|
|
|
enabled:
|
|
|
|
- Codeception\Extension\RunFailed
|
2020-01-22 17:12:56 +00:00
|
|
|
params:
|
2020-01-28 16:24:51 +00:00
|
|
|
- .env
|
2020-11-10 11:23:22 +00:00
|
|
|
coverage:
|
|
|
|
enabled: true
|
|
|
|
include:
|
|
|
|
- core/*
|
|
|
|
exclude:
|
|
|
|
- core/app/*
|
2020-08-26 11:22:43 +01:00
|
|
|
bootstrap: bootstrap.php
|