forked from cmd430/tv-movie-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dredd.yml
36 lines (36 loc) · 773 Bytes
/
dredd.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
reporter: apiary
custom:
apiaryApiKey: 9001e90aad0ddff493ae4b9606c995bc
apiaryApiName: popcornofficial
dry-run: null
hookfiles: ./dredd.hooks.js
language: nodejs
sandbox: false
server: node ./build/popcorn-api.js -m quiet
server-wait: 10
init: false
names: false
only: []
output: []
header: []
sorted: false
user: null
inline-errors: false
details: false
method: []
color: true
level: info
timestamp: false
silent: false
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: localhost
hooks-worker-handler-port: 61321
config: ./dredd.yml
blueprint: apiary.apib
endpoint: 'http://localhost:5000'