mirror of
https://github.com/yiisoft/yii2-app-advanced.git
synced 2026-03-03 06:44:08 +01:00
9 lines
172 B
YAML
9 lines
172 B
YAML
# global codeception file to run tests from all apps
|
|
include:
|
|
- common
|
|
- frontend
|
|
- backend
|
|
paths:
|
|
output: console/runtime/output
|
|
settings:
|
|
colors: true |