-
# Description
Implement a method for creating stubs in Cypress tests based on contracts generated from Pact.
## Acceptance Criteria
- [ ] TBD
U-DON updated
2 years ago
-
What happens:
**Given** a pact with request header `authorization: some_token`
**When** verifying pact via Pact FFI function
**And** using `pactffi_verifier_add_custom_header` to replace `authori…
-
After implementing fix for https://github.com/pact-foundation/pact-jvm/issues/1298, we are noticing warning messages in logs in producer tests.
we are using 4.1.17 version and using system overri…
-
### Software versions
- **OS**: macOS 12.4
- **Consumer Pact library**: v11.0.0
- **Node Version**: v16.19.1
### Issue Checklist
Please confirm the following:
- [x] I have upgraded to t…
-
Hi,
I've been checking the pact-jvm-provider-maven code, and could not see if there is an option to have some sort of a junit-style "@beforeAll" and "@afterAll", where it will execute those steps bef…
-
I'm thinking about how to keep the Pact tests green when you want to roll out a breaking change to an API. Here is a concrete example to help make things clear.:
Imagine I have a get customer api tha…
-
## Software versions
* **OS**: macOS 13.1
* **Consumer Pact library**: e.g. pact-go
* **Provider Pact library**: e.g. v2.0.0-beta.17.0.20230119022944-5eda04090104
* **Golang Version**: go1.19.4…
-
## Software versions
* **OS**: Ubuntu Linux
* **Consumer Pact library**: Pact Go v2.0.0-beta.17.0.20221222235702-6e805a539d1b
* **Provider Pact library**: Pact Go v2.0.0-beta.17.0.20221222235702-…
-
Currently `ScalaPactEnv` sets `outputPath` to `None` by default:
- https://github.com/ITV/scala-pact/blob/da2173aa96b05550c85261fe95648e85e7ab25ee/sbt-scalapact/src/main/scala/com/itv/scalapact/plug…
-
Can I split Message Contracts Verification methods into different Test Classes? Currently I have 2 Consumers with 1 Interaction each and 1 Provider that needs to verify those 2 Contracts. In the Provi…