Skip to content

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

License

Notifications You must be signed in to change notification settings

openapi-library/OpenAPIValidators

Repository files navigation

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

πŸ“–