mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
SavePact() does not export actual interactions #497
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @codegolem on GitHub (Mar 15, 2023).
Originally assigned to: @StefH on GitHub.
SavePact() does not save the actual interactions, but only the configured stubs.
I would have expected to see all entries from the LogEntries, with actual headers and body content, to be exported as interactions in the pact file.
Is this by design? Is it a missing feature?
@StefH commented on GitHub (Mar 15, 2023):
As far I know / understood is pact used to test the contract.
So only the mappings are converted to Pact. Not all calls made to the service.