Files
yii3-app/codeception.yml
Sergei Predvoditelev 1d655bd18a Refactor tests (#384)
2025-08-19 07:47:00 +03:00

27 lines
408 B
YAML

namespace: App\Tests
support_namespace: Support
bootstrap: bootstrap.php
settings:
shuffle: true
colors: true
paths:
tests: tests
output: tests/_output
data: tests/Support/Data
support: tests/Support
coverage:
enabled: true
show_uncovered: true
show_only_summary: true
include:
- src/*
- public/index.php
- yii
extensions:
enabled:
- Codeception\Extension\RunFailed