-
### Component
JKube Kit
### Task description
### Description
This test is failing on Windows at this line
https://github.com/eclipse-jkube/jkube/blob/8435d6b22bb1cbcc25c8576c308cc9efb7106363/…
-
Hello!
Trying to setup a PoC for a Swift project, enabling ssl in the pact-mock-service lead us to the error message shown in the below image:
The server is launched using:
pact-mock-service …
-
Hello.
Could you write in more detail how to run the mock server?
-
Hi @ptrthomas
From this question https://stackoverflow.com/questions/77346337/karate-test-framework-are-there-plans-to-include-runtimehooks-for-mockserver we open this issue.
In our case, we n…
-
Failed on http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/3669/testReport/junit/com.hazelcast.internal.partition/MigrationCorrectnessTest/testPartitionData_whenBackupNodesTerminated_backups_3_no…
-
Hello,
I've started using this library in our tests and I really like it so far. My main concern at this point is that we have to repeatedly mock data that is un-essential for a given test case. It…
-
With the switch to Quarkus 3, we've moved to running more of the Pact infrastructure in the Quarkus classloader, rather than the system one. One side effect of this is that direct access to the pact `…
-
## Software versions
* **OS**: e.g. Mac OS Monterey 12.6.8
* **Consumer Pact library**: pact-go v2.0.1
* **Provider Pact library**: pact-go v2.0.1
* **Golang Version**: Go v1.20
* **Golang envi…
-
Thanks for this plugin, it is very helpfull!
Given a configuration in vite.config.ts
```ts
plugins: [
vue(),
mockServer({
urlPrefixes: [
'/api/messages'
],
…
-
> ArgumentError: WebMock does not support matching body for multipart/form-data requests yet :(
:(
Is there an open issue for this?