fusio
fusio copied to clipboard
Automatic API testing
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.
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.