apioo / fusio

Open source API management platform
https://www.fusio-project.org
Apache License 2.0
1.87k stars 223 forks source link

Automatic API testing #469

Open chriskapp opened 2 years ago

chriskapp commented 2 years ago

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 commented 1 year ago

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.