-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
42 lines (35 loc) · 922 Bytes
/
codeception.yml
File metadata and controls
42 lines (35 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
namespace: WebProject\PhpOpenApiMockServer\Tests
support_namespace: Support
# Standard suites are now defined in tests/*.suite.yml
extensions:
enabled:
- Codeception\Extension\RunFailed
- WebProject\Codeception\Module\AiReporter\Extension\AiReporter:
format: both
output: tests/_output
max_frames: 8
include_steps: true
include_artifacts: true
compact_paths: true
params:
- env
gherkin: []
# additional paths
paths:
tests: tests
output: tests/_output
data: tests/Support/Data
support: tests/Support
envs: tests/_envs
settings:
shuffle: false
lint: true
coverage:
enabled: true
include:
- src/*
exclude:
- tests/*
- src/Middleware/MockMiddleware/Faker/Utils/*
- src/Middleware/MockMiddleware/Exception/*
- src/Middleware/MockMiddleware/Faker/Exception/*