This repository was archived by the owner on Feb 2, 2022. It is now read-only.
starting onboarding "dredd" to the supported tools#89
Closed
stishkin wants to merge 9 commits intomicrosoft:mainfrom
Closed
starting onboarding "dredd" to the supported tools#89stishkin wants to merge 9 commits intomicrosoft:mainfrom
stishkin wants to merge 9 commits intomicrosoft:mainfrom
Conversation
Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: stas <statis@microsoft.com>
mgreisen
approved these changes
Dec 11, 2020
…ath (microsoft#90) Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: Stas <stishkin@live.com>
…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 <statis@microsoft.com>
…ation (microsoft#98) Co-authored-by: stas <statis@microsoft.com>
* Rename: testTargetConfiguration -> targetConfiguration * Rename: targets -> services * Script to run all samples Co-authored-by: stas <statis@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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