Closed picimako closed 1 year ago
Revisit how the the JSON stub mapping files are recognized when the request.method, request.url* and/or request properties are missing.
request.method
request.url*
request
At first glance, they will match any method and/or url, and having them missing might not be an invalid stub mapping file.
Completed in v1.0.9. Mapping file node decoration data is updated to display ANY (request.method) and (request.url*) when they are missing.
Summary
Revisit how the the JSON stub mapping files are recognized when the
request.method
,request.url*
and/orrequest
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.