-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.yml
46 lines (46 loc) · 1.04 KB
/
codeception.yml
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
43
44
45
46
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
coverage:
enabled: true
include:
- src/*
exclude:
- src/etc/*
- src/assets/*
- src/migrations/*
- src/exceptions/*
- src/templates/*
- src/translations/*
- src/elements/*
- src/web/assets/*
- docs/*
- templates/*
- tests/*
- vendor/*
- services/ServiceInitializer.php
params:
- tests/.env
modules:
config:
\craft\test\Craft:
configFile: 'tests/_craft/config/test.php'
entryUrl: 'https://test.craftcms.test/index.php'
projectConfig: { reset: true }
migrations: []
plugins:
craft-lilt-plugin:
class: '\lilthq\craftliltplugin\Craftliltplugin'
handle: craft-lilt-plugin
redactor:
class: '\craft\redactor\Plugin'
handle: redactor
cleanup: true
transaction: true
dbSetup: {clean: true, setupCraft: true, applyMigrations: true}
fullMock: false