dredd
dredd copied to clipboard
Support skipping non-200 responses with OpenAPI3
:rocket: Why this change?
When running OAS3 specs with non-200 response codes, they incorrectly fail. Here's a start on a PR.
:memo: Related issues and Pull Requests
https://github.com/apiaryio/dredd/issues/1257
:white_check_mark: What didn't I forget?
- [ ] To write docs
- [ ] To write tests
- [ ] To put Conventional Changelog prefixes in front of all my commits and run
npm run lint