GitHub
05/18/2024, 1:16 AMVal Kolovos
05/22/2024, 6:59 PMTaha Shakibania
05/27/2024, 11:03 AMJason Sunde
05/28/2024, 3:22 PMgeorgia andrews
06/03/2024, 5:40 PMPK
06/04/2024, 3:45 AMStephen Bell
06/18/2024, 10:28 PMGitHub
06/20/2024, 3:52 PMJocelyn Lecomte
07/25/2024, 9:22 AMRachel Loziuk
07/25/2024, 3:05 PMfromProviderState
on the consumer side? @Megan HonigInken
07/25/2024, 3:21 PMDiego Betancur
07/29/2024, 4:44 PMMegan Honig
07/30/2024, 6:55 PMAnthony Hindle
07/31/2024, 2:39 PMRachel Loziuk
08/22/2024, 9:37 AMRachel Loziuk
08/28/2024, 11:10 AMapi/user/{userId}/articles/getAll
Using Pact 3, we have written a contract test to verify articles/getAll
. The test is able to rely on an actual userId that the provider state created. However, the above example will not respond if the caller is not authenticated. We can create a session, generate an auth bearer token, and return it from the provder state setup. But unless that token is added to the request, the api will not respond with any data.
Kindly, are there any recommendations from the Pact community on how we can achieve this?GitHub
09/06/2024, 10:27 AMBertold Kolics
09/08/2024, 8:12 PMMarcus Couto
10/04/2024, 4:16 PMGitHub
11/01/2024, 10:21 AMGianluca Ciccarelli
11/22/2024, 2:08 PMShakil Riyad
11/25/2024, 9:57 PMThomas Su
12/16/2024, 2:16 AMpactSpecification
was changed
from
"pactSpecification": {
"version": "2.0.0"
}
to
"pactSpecification": {
"version": "3.0.0"
}
Is there a way to keep it 2.0.0
?Pietro Di Bello
12/17/2024, 11:22 AMGitHub
01/04/2025, 6:50 AMGitHub
01/09/2025, 3:04 PMRomain Létendart
01/31/2025, 4:56 PMSpencer
02/11/2025, 3:34 PMDominik Krichbaum
02/26/2025, 2:22 PMMartin Mineo
03/07/2025, 1:16 PM