forked from virtUOS/studip-unterrichtsplanung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml.dist
35 lines (32 loc) · 957 Bytes
/
codeception.yml.dist
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
# suite config
suites:
api:
actor: ApiTester
path: .
modules:
enabled:
- Db:
dsn: 'mysql:host=127.0.0.1;dbname=studip'
user: 'root'
password: ''
populate: false
cleanup: false
initial_queries:
- 'TRUNCATE du_infotexts;'
- 'TRUNCATE du_textfields;'
- 'TRUNCATE du_structures;'
- 'TRUNCATE du_interdeps;'
- 'TRUNCATE du_plans;'
- 'TRUNCATE du_templates;'
- REST:
url: https://localhost/api
depends: PhpBrowser
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
settings:
shuffle: false
lint: true
bootstrap: _bootstrap.php