fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Automatic API testing

Open chriskapp opened this issue 3 years ago • 1 comments

We should add a new Feature where we provide an automatic API testing tool. At Fusio we already describe the response schema for each response, so we could automatically check whether all registered routes also return the defined schema. At the start we should only test the GET methods. Through this a user can easily check whether all defined API endpoints work as expected.

chriskapp avatar Aug 27 '22 15:08 chriskapp

Also a user should be able to provide a config to configure a payload for the request etc. so that we can support POST, PUT requests etc.

chriskapp avatar Dec 22 '22 21:12 chriskapp