citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

Enhance HttpScenarioGenerator to use the OpenAPI Connector for random message generation #285

Open tschlat opened 2 months ago

tschlat commented 2 months ago

Citrus Simulator has the HttpScenarioGenerator, which generates scenarios for operations of a Swagger Spec (OpenAPI 2.0). Citrus now provides an OpenAPI connector, that supports OpenAPI 2.0 and OpenAPI 3.0. Consequently, the HttpScenarioGenerator should use this connector and provide scenarios for both Versions.