citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

Creating an API Testing Tool for OpenAPI Specifications #1156

Open tschlat opened 1 month ago

tschlat commented 1 month ago

User story As a developer, I want to generate a test API so that I can test OpenAPI-specified services efficiently.

Additional context This feature request aims to provide a tool or utility that generates a test API based on an OpenAPI specification. The generated test API will allow developers to validate and verify the behavior of their services against the defined API contracts. Non-functional requirements, such as performance, scalability, and ease of use, should also be considered during the implementation.