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