merzdan/swagger-assertions

Test your API requests and responses against your swagger definition


Keywords
api, testing, phpunit, test, assertion, swagger
License
BSD-2-Clause

Documentation

Swagger Assertions

Test any API requests and responses match with the models described in the documentation.

This project is compatible with Swagger 2 spec definitions.

Installing via Composer

You can use Composer .

composer require merzdan/swagger-assertions

FAQ

Q: Can this library validate my Swagger definition?
A: No. This library validate your API requests and responses match your Swagger definition.