Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

starting onboarding "dredd" to the supported tools #89

Closed
wants to merge 9 commits into from

Conversation

stishkin
Copy link
Contributor

@stishkin stishkin commented Dec 10, 2020

Dredd seems to be crashing when parsing swagger/openapi scpecs.

Error: API description processing error
at /node_modules/dredd/build/Dredd.js:179:26
at /node_modules/dredd/build/Dredd.js:143:13
at wrapper (/node_modules/async/dist/async.js:268:20)
at next (/node_modules/async/dist/async.js:4582:24)
at /node_modules/async/dist/async.js:321:20
at /node_modules/dredd/build/Dredd.js:58:9
at /node_modules/async/dist/async.js:248:13
at wrapper (/node_modules/async/dist/async.js:268:20)
at iteratorCallback (/node_modules/async/dist/async.js:495:17)
at /node_modules/async/dist/async.js:321:20

So this is a draft PR for now

Filled bug in dredd project:
apiaryio/dredd#1873

@mgreisen mgreisen marked this pull request as ready for review December 11, 2020 16:12
mgreisen and others added 4 commits December 15, 2020 10:48
…ation for test tasks (microsoft#94)

- TestTargetConfiguration includes ApiSepcifications list, IP, port and host (all are optional)
- If task sets it's own TestTargetConfiguration, then it overrides the global one

Co-authored-by: stas <[email protected]>
* Rename:
testTargetConfiguration -> targetConfiguration

* Rename:
targets -> services

* Script to run all samples

Co-authored-by: stas <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants