Skip to content

Clarify JUnit Jupiter global templating setup - #424

Draft
Chandu0501 wants to merge 1 commit into
wiremock:mainfrom
Chandu0501:codex/fix-wiremock-org-164
Draft

Clarify JUnit Jupiter global templating setup#424
Chandu0501 wants to merge 1 commit into
wiremock:mainfrom
Chandu0501:codex/fix-wiremock-org-164

Conversation

@Chandu0501

Copy link
Copy Markdown

Fixes #164.

Summary

  • replace the stale ResponseTemplateTransformer(...) example in the JUnit Jupiter docs with the current WireMock 3.x configuration API
  • explain that templatingEnabled(true).globalTemplating(true) enables global response templating, while custom extensions should be registered separately

Verification

  • pnpm.cmd install
  • pnpm.cmd build renders dist/docs/junit-jupiter/index.html with the updated snippet, but still exits non-zero because of the repo's pre-existing Windows copy-static-homepage hook bug (C:\C:\...\dist\index.html copy target)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using global templating with version 3.x

1 participant