You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could do with a distinct section on pactfileWriteMode and how to set it in each of the respective languages (if it is available as an option in every language) and circumstances as to why we would need to change it from the default.
Some guidance around running parallel tests and splitting tests (consumer/provider pairs) across multiple test files/specs would be useful as well, which is where this discussion came from
Interestingly, I saw this issue raised just as I was writing the migration guide for Pact JS. This mode is essentially disappearing in the Rust core, so we should be careful about how we document it.
I think we'll need an approach that works across languages here as we work to replace the Ruby core.
We could do with a distinct section on
pactfileWriteMode
and how to set it in each of the respective languages (if it is available as an option in every language) and circumstances as to why we would need to change it from the default.Some guidance around running parallel tests and splitting tests (consumer/provider pairs) across multiple test files/specs would be useful as well, which is where this discussion came from
Currently docs exist for
update
by defaultDefault value: :overwrite Options: :overwrite, :update, :smart, :none
The text was updated successfully, but these errors were encountered: