OpenAPIValidators icon indicating copy to clipboard operation
OpenAPIValidators copied to clipboard

Use Jest or Chai to assert that HTTP responses satisfy an OpenAPI spec

Results 52 OpenAPIValidators issues
Sort by recently updated
recently updated
newest added

**OpenAPI version** 3 **Is your feature request related to a problem? Please describe.** i'm testing an api with different environments at different paths, like so: - `http://example.com/dev` - `http://example.com/test` -...

enhancement

**OpenAPI version** 3 **Is your feature request related to a problem? Please describe.** When using the toSatisfyApiSpec function, the output often overruns the history limit of the terminal. This is...

enhancement

@all-contributors please add @bfreuden for a bug fix 🐛

Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.1. Release notes Sourced from eslint's releases. v7.12.1 08f33e8 Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills) aeef485 Fix: Pass internal...

dependencies

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.15.0. Changelog Sourced from eslint-config-prettier's changelog. Version 6.15.0 (2020-10-27) Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)!! Version 6.14.0 (2020-10-21) Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and...

dependencies

Bumps [jest-matcher-utils](https://github.com/facebook/jest/tree/HEAD/packages/jest-matcher-utils) from 26.5.2 to 26.6.1. Release notes Sourced from jest-matcher-utils's releases. 26.6.1 Features [jest-runtime] Support named exports from CommonJS as named ES Module imports (#10673) [jest-validate] Add support for...

dependencies

**OpenAPI version** 3.0 **Is your feature request related to a problem? Please describe.** Current validation does not respect nullable on propertiy fields. User.yaml: ```yaml title: User type: object properties: accountDeletionDate:...

bug

**Which package are you using**? `chai-openapi-response-validator` **OpenAPI version** 3 **Describe the bug** When finding the OAPath matching a request path, the validator does not take into account the **number** of...

bug

(Background: Please forgive me if my assumptions below about `jest-openapi`'s existing functionality are incorrect. I'm currently seeking a tool to confirm that my existing API tests match my OpenAPI spec....