-
Hello
This is not a request but a question
I would like to know if there is a tool to parse the Pact code to an AST tree ...
An npm package maybe ?
Thanks!
-
Unfortunately I don't know of a good way of loading the data from a `.json` file inside the `.repl` test file, so for now we would still need to manually update the `repl` file with the new data from …
-
GitHub allows an API for reporting on deployments.
- https://docs.github.com/en/rest/deployments/deployments?apiVersion=2022-11-28
- https://docs.github.com/en/webhooks/webhook-events-and-payloads#d…
-
This would return all consumer pacts with tags that matches the provided regex.
Adding this would allow consumers and providers to coordinate development with known branch patterns
ex:
tagPattern: .*-…
-
Let's make pact-stub-server smarter by allow it to refer request data to be a part of response data like attached picture below. Furthermore, it would be really nice if it can refer to value in API pa…
-
Description of the feature request:
This feature request proposes the ability to generate pacts off the back of Android automation tests that utilise a mock server.
Use case / for what or how I would …
-
Should we consider pending interactions in can-i-deploy checks?
That is, if an interaction is pending for a provider, should they still be able to deploy even if its consumer deployed without a veri…
-
-
When Pact fails, it's a bit hard to know what the issue is considering the requests are not being printed back to the terminal. At the moment, I'm using this custom method to do this but I think it wo…
-
Pact JVM version (maven):
* group-id = au.com.dius.pact.provider
* artifact-id = junit5
* version-id = 4.3.11
In consumer (Pact JS) I add an expected result with `MatchersV3.includes` that has a…