You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
This issue is tracking integrating OpenAPI 3 support into Dredd.
Caveats
The current support is not finished but we want to get OpenAPI 3 to you as quick as we can. We're doing this in the open which allows you to follow the progress, give us early feedback and allows you to contribute desired functionality.
There are some caveats with Dredd support in the current release, most should be addressed next week:
Validation of response body is done from an example value(s) in content. Includes schemas are not used for validation.
See below for a working example of current functionality.
$ dredd httpbin.yaml https://httpbin.org/
info: Beginning Dredd testing...
info: Found Hookfiles:
pass: GET (200) /get duration: 526ms
complete: 1 passing, 0 failing, 0 errors, 0 skipped, 1 total
complete: Tests took 529ms
Failure
openapi: '3.0.0'info:
title: HTTPBinversion: 0.1.0paths:
/get:
get:
responses:
'200':
content:
application/json:
example:
something: that is not found in response
This issue is tracking integrating OpenAPI 3 support into Dredd.
Caveats
The current support is not finished but we want to get OpenAPI 3 to you as quick as we can. We're doing this in the open which allows you to follow the progress, give us early feedback and allows you to contribute desired functionality.
There are some caveats with Dredd support in the current release, most should be addressed next week:
See below for a working example of current functionality.
Important Missing Functionality
See our status page for furher information on supported functionality.
Examples
Success
Failure
The text was updated successfully, but these errors were encountered: