-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdredd.yml
48 lines (48 loc) · 1009 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
37
38
39
40
41
42
43
44
45
46
47
48
color: true
dry-run: null
hookfiles: ./hooks/hooks.cjs
language: nodejs
require: null
server: npm start
server-wait: 3
init: false
custom: {}
names: false
only: []
header: []
sorted: false
user: null
inline-errors: true
details: true
method: []
loglevel: warning
path: []
hooks-worker-timeout: 10000
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: ./schema.yml
# endpoint: "http://localhost:8000/"
# endpoint: "https://stampchain.io"
endpoint: "https://dev.stampchain.io"
reporters:
- apiary
- html
- dot
- markdown
output:
- ./reports/dredd-report.html
- ./reports/comparison-report.html
- ./reports/apiary-report.txt
- ./reports/report.md
reporter: apiary
full-validation: true
validate-swagger: true
strict-validation: true
resolve-references: true
schema-validation: true