-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
33 lines (33 loc) · 1.13 KB
/
codeception.yml
File metadata and controls
33 lines (33 loc) · 1.13 KB
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
actor_suffix: Tester
paths:
tests: tests/codeception
output: tests/codeception/_output
log: tests/codeception/_output
data: tests/codeception/_data
support: tests/codeception/_support
envs: tests/codeception/_envs
bootstrap: _bootstrap.php
params:
- tests/codeception/.env
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
\craft\test\Craft:
configFile: "tests/codeception/_craft/config/test.php"
entryUrl: "https://craft-marketplace.ddev.site/index.php"
projectConfig: {}
migrations: []
# Empty array, or array of objects
plugins:
- { class: '\craft\commerce\Plugin', handle: "commerce" }
- { class: '\craft\commerce\stripe\Plugin', handle: "commerce-stripe" }
# - { class: '\venveo\oauthclient\Plugin', handle: "oauthclient" }
- { class: Marketplace, handle: "marketplace" }
cleanup: true
transaction: true
# This will clear the db, so the db should be configured
# to be the a different, test db, or remove this config
# to use your main db without clearing
dbSetup: { clean: true, setupCraft: true }