You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pact-jvm-provider-gradle/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -296,6 +296,7 @@ The following project properties can be specified with `-Pproperty=value` on the
296
296
|Property|Description|
297
297
|--------|-----------|
298
298
|pact.showStacktrace|This turns on stacktrace printing for each request. It can help with diagnosing network errors|
299
+
|pact.showFullDiff|This turns on displaying the full diff of the expected versus actual bodies [version 3.3.6+]|
299
300
|pact.filter.consumers|Comma seperated list of consumer names to verify|
300
301
|pact.filter.description|Only verify interactions whose description match the provided regular expression|
301
302
|pact.filter.providerState|Only verify interactions whose provider state match the provided regular expression. An empty string matches interactions that have no state|
Copy file name to clipboardExpand all lines: pact-jvm-provider-lein/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ The following plugin options can be specified on the command line:
148
148
|Property|Description|
149
149
|--------|-----------|
150
150
|:pact.showStacktrace|This turns on stacktrace printing for each request. It can help with diagnosing network errors|
151
+
|:pact.showFullDiff|This turns on displaying the full diff of the expected versus actual bodies [version 3.3.6+]|
151
152
|:pact.filter.consumers|Comma seperated list of consumer names to verify|
152
153
|:pact.filter.description|Only verify interactions whose description match the provided regular expression|
153
154
|:pact.filter.providerState|Only verify interactions whose provider state match the provided regular expression. An empty string matches interactions that have no state|
Copy file name to clipboardExpand all lines: pact-jvm-provider-maven/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,7 @@ The following plugin properties can be specified with `-Dproperty=value` on the
224
224
|Property|Description|
225
225
|--------|-----------|
226
226
|pact.showStacktrace|This turns on stacktrace printing for each request. It can help with diagnosing network errors|
227
+
|pact.showFullDiff|This turns on displaying the full diff of the expected versus actual bodies [version 3.3.6+]|
227
228
|pact.filter.consumers|Comma seperated list of consumer names to verify|
228
229
|pact.filter.description|Only verify interactions whose description match the provided regular expression|
229
230
|pact.filter.providerState|Only verify interactions whose provider state match the provided regular expression. An empty string matches interactions that have no state|
Copy file name to clipboardExpand all lines: pact-jvm-provider-sbt/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ The following project properties can be specified with `-Dproperty=value` on the
161
161
|Property|Description|
162
162
|--------|-----------|
163
163
|pact.showStacktrace|This turns on stacktrace printing for each request. It can help with diagnosing network errors|
164
+
|pact.showFullDiff|This turns on displaying the full diff of the expected versus actual bodies [version 3.3.6+]|
164
165
|pact.filter.consumers|Comma separated list of consumer names to verify|
165
166
|pact.filter.description|Only verify interactions whose description match the provided regular expression|
166
167
|pact.filter.providerState|Only verify interactions whose provider state match the provided regular expression. An empty string matches interactions that have no state|
0 commit comments