9 lines
167 B
YAML
Executable File
9 lines
167 B
YAML
Executable File
# global codeception file to run tests from all apps
|
|
include:
|
|
- common
|
|
- frontend
|
|
- backend
|
|
paths:
|
|
log: console/runtime/logs
|
|
settings:
|
|
colors: true |