-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcodeception.yml
39 lines (36 loc) · 1.09 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
# suite config
suites:
api:
actor: ApiTester
path: .
modules:
enabled:
- REST:
url: '%STUDIP_REST_URL%'
depends: PhpBrowser
- Asserts
- \Helper\Api:
opencast_url: '%OPENCAST_URL%'
api_token: '%API_TOKEN%'
opencast_admin_user: '%OPENCAST_ADMIN_NAME%'
opencast_admin_password: '%OPENCAST_ADMIN_PASSWORD%'
dozent_name: '%DOZENT_NAME%'
dozent_password: '%DOZENT_PASSWORD%'
course_student: '%COURSE_STUDENT%'
author_name: '%AUTHOR_NAME%'
author_password: '%AUTHOR_PASSWORD%'
config_id: '%CONFIG_ID%'
course_id: '%COURSE_ID%'
step_decorators:
- \Codeception\Step\AsJson
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
settings:
shuffle: false
lint: true
params:
- env
- tests/.env