test(be): dredd config for windows

This commit is contained in:
Denis Gukov 2021-10-26 14:48:58 +05:00
parent 852e06f1f7
commit 859ecf465f
4 changed files with 837 additions and 207 deletions

31
.dredd/dredd.windows.yml Normal file
View File

@ -0,0 +1,31 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks.exe
language: go
#server: context=dev task dc:up
server-wait: 240
init: false
custom: {}
names: false
only: []
reporter: []
output: []
header: "Authorization: bearer h4a_i4qslpnxyyref71rk5nqbwxccrs7enwvggx0vfs="
sorted: false
user: null
inline-errors: false
details: false
method: []
color: true
loglevel: debug
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: 0.0.0.0
hooks-worker-handler-port: 61321
config: ./.dredd/dredd.yml
blueprint: api-docs.yml
endpoint: 'http://localhost:3000'

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ util/version.go
!.gitkeep !.gitkeep
.dredd/compiled_hooks .dredd/compiled_hooks
.dredd/compiled_hooks.exe
.vscode .vscode
__debug_bin* __debug_bin*

1011
web2/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@
"@mdi/font": "^5.8.55", "@mdi/font": "^5.8.55",
"axios": "^0.21.4", "axios": "^0.21.4",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"dredd": "^13.1.2",
"moment": "^2.29.1", "moment": "^2.29.1",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-codemirror": "^4.0.6", "vue-codemirror": "^4.0.6",