-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn about targets not matching any OpenAPI operation #391
Comments
👍🏻 I like this idea - we could look at adding a config validation layer that could validate for this, and potentially other config issues. |
linked to #632 |
hi @Kallys @nicklloyd Question: what would be the default? That this warning is displayed or only when the |
As far as I remember, this sounds great! |
hi @Kallys, We just released version 1.30.5 of Portman, which includes the warning when a target does not exist in the OpenAPI spec. If you have suggestions to improvements, let us know in the discussions or open a new issue for it. Closing this item, since a 1st version is released. |
Hi!
It would be great if portman can show a warning when a target did not match any OpenAPI operation.
My use case is a big openapi definition split in multiple files, if someone in my team renames an operation id and forget to update portman configuration, associated tests will silently disapears.
Let's say for example someone rename operation
getProducts
togetAllProducts
in OpenApi but config remains:This content test will silently disapear from generated postman collection (which is, I think, dangerous).
The text was updated successfully, but these errors were encountered: