-
Hello! I have a test that's something like this:
```
describe('test some UI', () => {
before(() => cy.setupPact('consumer-ui', 'provider-api');
it('User is able to do a process that causes…
-
Hello,
First of all thanks for your work it's great !
Can you please provide code example or update pact documentation on how to use pactV4 and PactBuilder correctly in a junit test with version…
-
When running the mvn test command, the verification test for a provider fails because the URL does not have the path variables loaded from the provider state. This issue occurs when the service acts a…
-
Submit PRs to: [https://github.com/bethesque/pact-init-consumer](https://github.com/bethesque/pact-init-consumer)
`pact-init-consumer --consumer "My Consumer" --provider "My Provider"` should create
…
-
My employer uses Cloudflare Warp which uses ECDSA Signature with SHA-512 that is not supported by rustls 0.22.x which FFI here requires
https://github.com/rustls/rustls/issues/1367
https://github…
-
single_temp_apec(srcs, Quantity(1000, 'kpc'), stacked_spectra=False, lum_en=lum_en, freeze_temp=False)
KeyError Traceback (most recent call last)
/tmp/ipykerne…
-
Let's say our contract file has 100 interactions.
When we create a feature branch adding 1 more interactions we have 2 contracts:
A. 100 interactions
B. 100 interactions from contract A + 1 new…
-
Metadata injection support is currently available in Java, for example 'https://github.com/pact-foundation/pact-plugins/blob/main/examples/gRPC/metadata/provider-jvm/server/src/test/java/io/pact/examp…
-
Warlock Invocation Changes: #3
> ## Pacts
> Add Pacts to Invocations.
> **Optional:** Deepened Pacts split into invocations.
>
> ## Level 1
> Add Invocation Selector (Using Level 2 as base)
…
-
Hi,
The framework i was referring to:
- https://www.thoughtworks.com/radar/tools/pact-pacto
- https://github.com/DiUS/pact-jvm
Its currently limited to http request. A consumer can define a contract…