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
|