picimako / wiremocha

WireMock framework integration for the IntelliJ platform.
https://plugins.jetbrains.com/plugin/18860-wiremocha
1 stars 0 forks source link

Support ANY method and url in stub mapping files #44

Closed picimako closed 1 year ago

picimako commented 1 year ago

Summary

Revisit how the the JSON stub mapping files are recognized when the request.method, request.url* and/or request properties are missing.

At first glance, they will match any method and/or url, and having them missing might not be an invalid stub mapping file.

picimako commented 1 year ago

Completed in v1.0.9. Mapping file node decoration data is updated to display ANY (request.method) and (request.url*) when they are missing.