- forked
- pact-foundation/pact-jvm
- to
- bananabr/pact-jvm
+
dependabot[bot]
+ created new
+ branch
+ dependabot/go_modules/google.golang.org/grpc-1.65.0
+ in
+ pact-foundation/pact-go
@@ -337,20 +338,17 @@
-
+
-
mefellows
- pushed 1 commit in
- pact-foundation/pact-js
+
BrentGTR
+ commented on
+ #1227 chore: update misspelling in docs example test
-
on branch feat/issue-1093_add-graphql-support-v3-v4
-
-
#01a7c81
-
chore: add v4 graphql examples to build
-
+
opened by BrentGTR in pact-foundation/pact-js
+
Apologies. I had to create another commit (white space) because the commit name did not reflect.
@@ -358,22 +356,30 @@
-
+
-
mefellows
- pushed 1 commit in
- pact-foundation/pact-js
+
Dreamescaper
+ commented on
+ #385 Requesting enhancement to update query param and body param in post call in provider state before pact verification
-
on branch feat/issue-1093_add-graphql-support-v3-v4
-
-
#49d72f0
-
feat: add GraphQL support to PactV4
-
-- Refactors the GraphQL common utilities into a single package
-- Refactors the V4 HTTP package into multiple files (lint)
+
opened by tl-madhulika-mitra in pact-foundation/pact-net
+
+ Please consider reopening this issue.
+The problem is described in the blog post: https://pactflow.io/blog/injecting-values-from-provider-states/ .
+Assume I have the following setup:
+ _pactBuilder
+ .UponReceiving("A POST request to process the entity")
+(9 more lines were trimmed)
+ The problem is that the
+ entityId
+ is auto-generated, I cannot easily force it via Given step.
+Therefore, it would be nice to be able to return that auto-generated value from Given state, and make it accessible in VerifyAsync, e.g.
+ await _pactBuilder.VerifyAsync(async ctx =>
+ {
+(4 more lines were trimmed)
@@ -382,22 +388,12 @@
-
+
-
mefellows
- pushed 1 commit in
- pact-foundation/pact-js
-
-
-
-
on branch feat/issue-1093_add-graphql-support-v3-v4
-
-
#bc92d4b
-
feat: add GraphQL support to PactV4
-
-- Refactors the GraphQL common utilities into a single package
-- Refactors the V4 HTTP package into multiple files (lint)
+
oleg-andreyev
+ starred
+ pact-foundation/pact-php
@@ -406,23 +402,17 @@
-
+
mefellows
- pushed 1 commit in
- pact-foundation/pact-js
+ commented on
+ #1227 chore: update misspelling in docs example test
-
on branch feat/issue-1093_add-graphql-support-v3-v4
-
-
#4b73aa7
-
feat: add GraphQL support to PactV4
-
-- Refactors the GraphQL common utilities into a single package
-- Refactors the V4 HTTP package into multiple files (lint)
-
+
opened by BrentGTR in pact-foundation/pact-js
+
I'm still seeing this, sorry. Did you push your commit?