Matt (pactflow.io / pact-js / pact-go)
Naf Visser
10/14/2022, 11:01 AMNaf Visser
10/17/2022, 5:34 PMHazem Borham
11/18/2022, 7:37 PMYousaf Nabi (pactflow.io)
Guillaume Camus
12/21/2022, 12:21 PMÉdouard Lopez
01/09/2023, 11:43 AMbuildUrl
/ --build-url
option I search on pact-ruby-standalone repo to no avail. I was expecting the standalone project to have this information too. Am I misunderstanding that pact-ruby-standalone
include feature from pact_broker-client?davT
01/13/2023, 1:49 PMBeth (pactflow.io/Pact Broker/pact-ruby)
davT
01/20/2023, 11:41 AMYousaf Nabi (pactflow.io)
Matt (pactflow.io / pact-js / pact-go)
Viet Anh Tran
02/16/2023, 3:59 AM--build-url
when calling pact-broker publish
but it doesn’t really show anything on Pactflow UI so wonder what it is actually for? It would be great if it shows on UI too. Atm, I am just adding it as a tag. Thanks 👍Gustavo Souza
02/23/2023, 8:23 PMSushant Soni
02/27/2023, 11:05 AMThe current version of the specification is 3.0 for the JVM implementation, and 2.0 for all others.
pact-js
also supports V3 now.Erik
02/27/2023, 4:16 PMCould not load pacts
(which can be turned into a warning) or it will say No pacts or verifications have been published for version ... of ...
Serghei Iakovlev
02/28/2023, 8:17 AMprovide_state
endpoint on provider? How is this response to be used next? In many of the examples and real world project I’ve seen, it returns simply JSON { "result": state }
. And I was wondering what benefit I could get from configuring this response?Gazal Gafoor
03/01/2023, 1:30 PMYousaf Nabi (pactflow.io)
Kripa Kurian
03/16/2023, 7:30 PMJoão Farias
03/27/2023, 2:10 PMAdam Witko
06/19/2023, 10:39 AMLotem Dagan
07/20/2023, 10:49 AMBas Dijkstra
08/10/2023, 9:42 AMSteve
08/29/2023, 3:32 AMMatt (pactflow.io / pact-js / pact-go)
Steve
08/29/2023, 3:49 AM@Test
@PactTestFor(pactMethod = "singleProduct")
void testSingleProduct(MockServer mockServer) {
productServiceClient.setBaseUrl(mockServer.getUrl());
Product product = productServiceClient.getProductById(10L);
assertThat(product, is(equals(new Product(10L, "28 Degrees", "CREDIT_CARD", "v1", "CC_001"))));
}
Steve
08/29/2023, 3:52 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)