dziekuje / OpenAPIValidators

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAPI Validators

build status style codecov MIT License contributions welcome

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

Problem πŸ˜•

If your server's behaviour doesn't match your API documentation, then you need to correct your server, your documentation, or both. The sooner you know the better.

Solution πŸ˜„

These test plugins let you automatically test whether your server's behaviour and documentation match. They extend Jest and Chai to support the OpenAPI standard for documenting REST APIs. In your JavaScript tests, you can simply assert expect(responseObject).toSatisfyApiSpec()

downloads npm

downloads npm

Contributors ✨


Richard Waller

🚧 πŸ’» πŸ“– πŸ‘€

Jonny Spruce

πŸ’» πŸ“– πŸ‘€

Alex Dobeck

πŸ’» πŸ›

Ben Guthrie

πŸ’» πŸ›

Martijn Vegter

πŸ’»

Ludek

πŸ’» πŸ›

Tommy Giardina

πŸ’» πŸ›

Oleksandr Khotemskyi

πŸ“–

Amit Keinan

πŸ’»

DetachHead

πŸ›

Kristoffer Karlsson

πŸ“–

About

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

License:MIT License


Languages

Language:TypeScript 100.0%Language:JavaScript 0.0%