-
Notifications
You must be signed in to change notification settings - Fork 113
Closed as not planned
Labels
Description
When using quarkus-wiremock and moqu-wiremock extension, we need to generate wiremock files inside the quarkus.wiremock.devservices.files-mapping location.
It allows the user to have a better OpenAPI first approach, using the OpenAPI for tests too.
Considerations
- I do not know if the Quarkus Wiremock extension has a capability, maybe we need to create one there.
- It would be great if we integrate via
BuildItem, then the Wiremock generates the file during their build process.
blocked by #826
oleg-nenashev