Skip to content

Support for Response Templating is not enabled #2

@petrihaa

Description

@petrihaa

http://wiremock.org/docs/response-templating/

"The boolean constructor parameter indicates whether the extension should be applied globally. If true, all stub mapping responses will be rendered as templates prior to being served.

Otherwise the transformer will need to be specified on each stub mapping by its name response-template"

You would just need to add this extension to wiremockRule... now templating is not working.

@Rule public WireMockRule wm = new WireMockRule(options() .extensions(new ResponseTemplateTransformer(false)) );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions