-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdredd.yml
More file actions
32 lines (32 loc) · 799 Bytes
/
dredd.yml
File metadata and controls
32 lines (32 loc) · 799 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
dry-run: null
hookfiles: null
# FIXME: define nodejs as the server language to avoid having to install python
# hooks since we don't use them for now. Switching to python language means
# building our own Dredd Docker image for python servers.
language: nodejs
init: false
custom: {}
names: false
only: []
reporter: []
output: []
header: []
sorted: false
user: null
inline-errors: false
details: false
method: []
color: true
logLevel: warning
path: []
hooks-worker-timeout: 5000
hooks-worker-connect-timeout: 1500
hooks-worker-connect-retry: 500
hooks-worker-after-connect-wait: 100
hooks-worker-term-timeout: 5000
hooks-worker-term-retry: 500
hooks-worker-handler-host: 127.0.0.1
hooks-worker-handler-port: 61321
config: ./dredd.yml
blueprint: fonzie-v1-0.apib
endpoint: 'http://lms:8000/api/v1.0'