13 lines
260 B
YAML
13 lines
260 B
YAML
|
|
namespace: Tests
|
||
|
|
support_namespace: Support
|
||
|
|
paths:
|
||
|
|
tests: tests
|
||
|
|
output: tests/_output
|
||
|
|
data: tests/Support/Data
|
||
|
|
support: tests/Support
|
||
|
|
envs: tests/_envs
|
||
|
|
actor_suffix: Tester
|
||
|
|
extensions:
|
||
|
|
enabled:
|
||
|
|
- Codeception\Extension\RunFailed
|