有没有办法将独立的 WireMock 与 Handlebars partials 一起使用?
Is there a way to use a standalone WireMock with Handlebars partials?
我想在 WireMock. Unfortunately I can't find a way to register those in the docs 中使用部分车把。
目前 WireMock 不支持 HandleBars Partials。
HandleBars 在响应模板转换器中受支持,功能作为扩展处理。在 GitHub 中,ResponsTemplateTransformer.java 负责处理。
可以使用 WireMock HandleBars 'helpers' 扩展它的功能。这些扩展记录在 Custom extensions page (bottom of the page) and examples in the GitHub code can be found here: responsetemplateing/helpers
我想在 WireMock. Unfortunately I can't find a way to register those in the docs 中使用部分车把。
目前 WireMock 不支持 HandleBars Partials。
HandleBars 在响应模板转换器中受支持,功能作为扩展处理。在 GitHub 中,ResponsTemplateTransformer.java 负责处理。
可以使用 WireMock HandleBars 'helpers' 扩展它的功能。这些扩展记录在 Custom extensions page (bottom of the page) and examples in the GitHub code can be found here: responsetemplateing/helpers