You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using your implementation for validation of the swagger api spec - thanks!
However we would like to be able to ignore some parts of API when it comes to validation.
In our case these are the diagnostics endpoints ( & models) - no business value / out of the domain of the micro-service - which we don't want to validate against swagger api spec.
Would it possible to extend: io.github.robwin.swagger.test.DocumentationDrivenValidator#validateSwagger
with support of this new property where it would be possible to specifically ignore some paths for actual?
Hi,
We're using your implementation for validation of the swagger api spec - thanks!
However we would like to be able to ignore some parts of API when it comes to validation.
In our case these are the diagnostics endpoints ( & models) - no business value / out of the domain of the micro-service - which we don't want to validate against swagger api spec.
Would it possible to extend: io.github.robwin.swagger.test.DocumentationDrivenValidator#validateSwagger
with support of this new property where it would be possible to specifically ignore some paths for actual?
https://github.com/RobWin/assertj-swagger/blob/master/src/test/resources/assertj-swagger-partial-impl.properties
Thank you very much.
Brano.
The text was updated successfully, but these errors were encountered: