Skip to content

Commit

Permalink
ci: execute dredd without containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 3, 2024
1 parent a7b065d commit 48b8912
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .dredd/dredd.docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks
language: go
server-wait: 240
server-wait: 5
init: false
custom: {}
names: false
Expand Down
2 changes: 1 addition & 1 deletion .dredd/dredd.local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks
language: go
server-wait: 240
server-wait: 5
init: false
custom: {}
names: false
Expand Down
31 changes: 31 additions & 0 deletions .dredd/dredd.testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks
language: go
server: ./semaphore server --config .dredd/config.json
server-wait: 5
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'
2 changes: 1 addition & 1 deletion .dredd/dredd.windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks.exe
language: go
server-wait: 240
server-wait: 5
init: false
custom: {}
names: false
Expand Down

0 comments on commit 48b8912

Please sign in to comment.