snipe-it/codeception.yml

21 lines
373 B
YAML
Raw Normal View History

2016-03-25 01:18:05 -07:00
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
settings:
2016-03-25 01:18:05 -07:00
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
include:
- app/*
exclude:
- app/cache/*