1
0
Fork 0
Lightning-Tracker/codeception.yml

15 lines
264 B
YAML

paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
remote: true
c3_url: 'http://localhost'