Skip to content

Commit

Permalink
update codeception config
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Aug 14, 2024
1 parent 62fe2b3 commit ffad485
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
actor: Tester

namespace: Tests
support_namespace: Support
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
bootstrap: _bootstrap.php
output: tests/_output
data: tests/Support/Data
support: tests/Support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
settings:
colors: true
memory_limit: 1024M
coverage:
enabled: true
remote: false
whitelist:
include:
- src/App/Controller/*
- src/App/AppPackage.php
- src/App/AppPackage.php

0 comments on commit ffad485

Please sign in to comment.