Andreas Stenius
10/17/2024, 2:05 PMAndreas Stenius
10/17/2024, 2:07 PMA
and B
. By having WireMock proxy requests from A
to B
we can capture the traffic to seed the initial mappings, great.
Now, we can use these mappings when testing A
without having to also run B
.Andreas Stenius
10/17/2024, 2:08 PMB
without using A
Andreas Stenius
10/17/2024, 2:09 PMB
evolves.Lee Turner
10/17/2024, 2:20 PMB
by using the mapping to send traffic to B
?Lee Turner
10/17/2024, 2:21 PMAndreas Stenius
10/17/2024, 2:28 PMB
, verifying the response from B
to validate the configuration still being an accurate representation of what is being stubbed.Andreas Stenius
10/17/2024, 2:28 PMAndreas Stenius
10/17/2024, 2:29 PMAndreas Stenius
10/17/2024, 2:29 PMLee Turner
10/17/2024, 2:30 PMAndreas Stenius
10/17/2024, 2:30 PMThis would help ensure that the mappings are kept correct and up-to-date as^^ this being my main problem to solve.evolves.B
Lee Turner
10/17/2024, 2:31 PMpact
extension that might be worth looking at - https://github.com/wiremock/wiremock-pactAndreas Stenius
10/17/2024, 2:31 PM