@pact-foundation/pact-core 19.2.0 → 20.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/.editorconfig +13 -0
  2. package/CHANGELOG.md +24 -0
  3. package/biome.jsonc +32 -0
  4. package/{src → dist}/consumer/checkErrors.js +1 -1
  5. package/dist/consumer/checkErrors.js.map +1 -0
  6. package/dist/consumer/index.d.ts +24 -0
  7. package/{src → dist}/consumer/index.js +43 -2
  8. package/dist/consumer/index.js.map +1 -0
  9. package/{src → dist}/consumer/internals.d.ts +2 -2
  10. package/dist/consumer/internals.js.map +1 -0
  11. package/{src → dist}/consumer/types.d.ts +58 -0
  12. package/dist/consumer/types.js.map +1 -0
  13. package/{src → dist}/ffi/index.d.ts +3 -3
  14. package/{src → dist}/ffi/index.js +18 -2
  15. package/dist/ffi/index.js.map +1 -0
  16. package/{src → dist}/ffi/types.d.ts +44 -11
  17. package/{src → dist}/ffi/types.js +16 -0
  18. package/dist/ffi/types.js.map +1 -0
  19. package/{src → dist}/index.js +4 -5
  20. package/dist/index.js.map +1 -0
  21. package/dist/logger/crashMessage.js.map +1 -0
  22. package/{src → dist}/logger/index.d.ts +1 -1
  23. package/{src → dist}/logger/index.js +2 -0
  24. package/dist/logger/index.js.map +1 -0
  25. package/dist/logger/pino.d.ts +3 -0
  26. package/{src → dist}/logger/pino.js +3 -0
  27. package/dist/logger/pino.js.map +1 -0
  28. package/dist/logger/types.js.map +1 -0
  29. package/{src → dist}/pact-environment.js +1 -1
  30. package/dist/pact-environment.js.map +1 -0
  31. package/{src → dist}/pact.d.ts +2 -2
  32. package/{src → dist}/pact.js +3 -2
  33. package/dist/pact.js.map +1 -0
  34. package/{src → dist}/verifier/argumentMapper/arguments.d.ts +3 -3
  35. package/{src → dist}/verifier/argumentMapper/arguments.js +22 -9
  36. package/dist/verifier/argumentMapper/arguments.js.map +1 -0
  37. package/{src → dist}/verifier/argumentMapper/index.d.ts +2 -2
  38. package/{src → dist}/verifier/argumentMapper/index.js +1 -1
  39. package/dist/verifier/argumentMapper/index.js.map +1 -0
  40. package/{src → dist}/verifier/argumentMapper/types.d.ts +1 -1
  41. package/dist/verifier/argumentMapper/types.js.map +1 -0
  42. package/{src → dist}/verifier/index.d.ts +2 -2
  43. package/{src → dist}/verifier/index.js +4 -0
  44. package/dist/verifier/index.js.map +1 -0
  45. package/{src → dist}/verifier/nativeVerifier.d.ts +1 -1
  46. package/{src → dist}/verifier/nativeVerifier.js +4 -1
  47. package/dist/verifier/nativeVerifier.js.map +1 -0
  48. package/{src → dist}/verifier/types.d.ts +5 -1
  49. package/dist/verifier/types.js.map +1 -0
  50. package/{src → dist}/verifier/validateOptions.d.ts +1 -1
  51. package/{src → dist}/verifier/validateOptions.js +4 -0
  52. package/dist/verifier/validateOptions.js.map +1 -0
  53. package/junit.xml +541 -0
  54. package/package.json +39 -58
  55. package/eslint.config.mjs +0 -68
  56. package/src/consumer/checkErrors.js.map +0 -1
  57. package/src/consumer/index.d.ts +0 -5
  58. package/src/consumer/index.js.map +0 -1
  59. package/src/consumer/internals.js.map +0 -1
  60. package/src/consumer/types.js.map +0 -1
  61. package/src/ffi/index.js.map +0 -1
  62. package/src/ffi/node-gyp-build.d.ts +0 -1
  63. package/src/ffi/node-gyp-build.js +0 -2
  64. package/src/ffi/node-gyp-build.js.map +0 -1
  65. package/src/ffi/types.js.map +0 -1
  66. package/src/index.js.map +0 -1
  67. package/src/logger/crashMessage.js.map +0 -1
  68. package/src/logger/index.js.map +0 -1
  69. package/src/logger/pino.d.ts +0 -3
  70. package/src/logger/pino.js.map +0 -1
  71. package/src/logger/types.js.map +0 -1
  72. package/src/pact-environment.js.map +0 -1
  73. package/src/pact.js.map +0 -1
  74. package/src/verifier/argumentMapper/arguments.js.map +0 -1
  75. package/src/verifier/argumentMapper/index.js.map +0 -1
  76. package/src/verifier/argumentMapper/types.js.map +0 -1
  77. package/src/verifier/index.js.map +0 -1
  78. package/src/verifier/nativeVerifier.js.map +0 -1
  79. package/src/verifier/types.js.map +0 -1
  80. package/src/verifier/validateOptions.js.map +0 -1
  81. package/tsconfig.test.json +0 -13
  82. package/{src → dist}/consumer/checkErrors.d.ts +0 -0
  83. package/{src → dist}/consumer/internals.js +0 -0
  84. package/{src → dist}/consumer/types.js +0 -0
  85. package/{src → dist}/index.d.ts +4 -4
  86. /package/{src → dist}/logger/crashMessage.d.ts +0 -0
  87. /package/{src → dist}/logger/crashMessage.js +0 -0
  88. /package/{src → dist}/logger/types.d.ts +0 -0
  89. /package/{src → dist}/logger/types.js +0 -0
  90. /package/{src → dist}/pact-environment.d.ts +0 -0
  91. /package/{src → dist}/verifier/argumentMapper/types.js +0 -0
  92. /package/{src → dist}/verifier/types.js +0 -0
package/junit.xml ADDED
@@ -0,0 +1,541 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <testsuites name="vitest tests" tests="90" failures="0" errors="0" time="4.201438561">
3
+ <testsuite name="src/index.spec.ts" timestamp="2026-08-05T15:25:33.700Z" hostname="runnervmvrwv9" tests="1" failures="0" errors="0" skipped="0" time="0.002882655">
4
+ <testcase classname="src/index.spec.ts" name="Index Spec &gt; Typescript import should work" time="0.001490651">
5
+ </testcase>
6
+ </testsuite>
7
+ <testsuite name="src/pact.spec.ts" timestamp="2026-08-05T15:25:33.700Z" hostname="runnervmvrwv9" tests="5" failures="0" errors="0" skipped="0" time="0.005619265">
8
+ <testcase classname="src/pact.spec.ts" name="Pact Spec &gt; Set Log Level &gt; when setting a log level &gt; should be able to set log level &apos;trace&apos;" time="0.001311928">
9
+ </testcase>
10
+ <testcase classname="src/pact.spec.ts" name="Pact Spec &gt; Set Log Level &gt; when setting a log level &gt; should be able to set log level &apos;debug&apos;" time="0.000311133">
11
+ </testcase>
12
+ <testcase classname="src/pact.spec.ts" name="Pact Spec &gt; Set Log Level &gt; when setting a log level &gt; should be able to set log level &apos;info&apos;" time="0.000250764">
13
+ </testcase>
14
+ <testcase classname="src/pact.spec.ts" name="Pact Spec &gt; Set Log Level &gt; when setting a log level &gt; should be able to set log level &apos;warn&apos;" time="0.00032782">
15
+ </testcase>
16
+ <testcase classname="src/pact.spec.ts" name="Pact Spec &gt; Set Log Level &gt; when setting a log level &gt; should be able to set log level &apos;error&apos;" time="0.000242243">
17
+ </testcase>
18
+ </testsuite>
19
+ <testsuite name="test/consumer.integration.spec.ts" timestamp="2026-08-05T15:25:33.701Z" hostname="runnervmvrwv9" tests="10" failures="0" errors="0" skipped="1" time="0.712742983">
20
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with matching rules &gt; generates a pact with success" time="0.04570236">
21
+ <system-out>
22
+ [15:25:31.492] [32mINFO[39m (2643): [36m0.5.6: pact native library successfully found, and the correct version[39m
23
+
24
+
25
+ []
26
+
27
+ </system-out>
28
+ </testcase>
29
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with JSON data &gt; generates a pact with success" time="0.006152173">
30
+ </testcase>
31
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with JSON data &gt; generates a pact with failure" time="0.00644934">
32
+ </testcase>
33
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with a TLS mock server &gt; serves requests over TLS using the exposed CA certificate" time="0">
34
+ <skipped/>
35
+ </testcase>
36
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with an interaction key &gt; writes the interaction key to the pact file" time="0.002818971">
37
+ </testcase>
38
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with a pending interaction &gt; writes pending state to the pact file" time="0.003286604">
39
+ </testcase>
40
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with interaction comments and test name &gt; writes comments and interaction test name to the pact file" time="0.002677164">
41
+ </testcase>
42
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with binary data &gt; generates a pact with success" time="0.013817572">
43
+ </testcase>
44
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; using a plugin (protobufs) &gt; generates a pact with success" time="0.596492848">
45
+ </testcase>
46
+ <testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API &gt; with multipart data &gt; generates a pact with success" time="0.032649258">
47
+ <system-out>
48
+ []
49
+
50
+ </system-out>
51
+ </testcase>
52
+ </testsuite>
53
+ <testsuite name="test/matt.consumer.integration.spec.ts" timestamp="2026-08-05T15:25:33.703Z" hostname="runnervmvrwv9" tests="2" failures="0" errors="0" skipped="0" time="1.103748352">
54
+ <testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test &gt; HTTP test &gt; returns a valid MATT message over HTTP" time="0.571763217">
55
+ <system-out>
56
+ [15:25:32.479] [32mINFO[39m (2779): [36m0.5.6: pact native library successfully found, and the correct version[39m
57
+
58
+
59
+ </system-out>
60
+ </testcase>
61
+ <testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test &gt; TCP Messages &gt; with MATT protocol &gt; generates a pact with success" time="0.529462124">
62
+ </testcase>
63
+ </testsuite>
64
+ <testsuite name="test/matt.provider.integration.spec.ts" timestamp="2026-08-05T15:25:33.704Z" hostname="runnervmvrwv9" tests="1" failures="0" errors="0" skipped="0" time="0.137345146">
65
+ <testcase classname="test/matt.provider.integration.spec.ts" name="MATT protocol test &gt; HTTP and TCP Provider &gt; returns a valid MATT message over HTTP and TCP" time="0.135528247">
66
+ <system-out>
67
+ [15:25:33.021] [32mINFO[39m (2896): [36mpact-core@20.0.0: Verifying Pact Files[39m
68
+
69
+ [15:25:33.027] [32mINFO[39m (2896): [36m0.5.6: pact native library successfully found, and the correct version[39m
70
+
71
+
72
+ [15:25:33.145] [32mINFO[39m (2896): [36mpact-core@20.0.0: Verification successful[39m
73
+
74
+
75
+ </system-out>
76
+ </testcase>
77
+ </testsuite>
78
+ <testsuite name="test/message.integration.spec.ts" timestamp="2026-08-05T15:25:33.704Z" hostname="runnervmvrwv9" tests="8" failures="0" errors="0" skipped="0" time="0.647704201">
79
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Asynchronous Messages &gt; with JSON data &gt; generates a pact with success" time="0.005772432">
80
+ </testcase>
81
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Asynchronous Messages &gt; with JSON data &gt; writes pending state to the pact file" time="0.001180927">
82
+ </testcase>
83
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Asynchronous Messages &gt; with JSON data &gt; writes comments and interaction test name for async message" time="0.001245099">
84
+ </testcase>
85
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Asynchronous Messages &gt; with binary data &gt; generates a pact with success" time="0.001019065">
86
+ </testcase>
87
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Synchronous Messages &gt; with JSON data &gt; generates a pact with success" time="0.005568713">
88
+ </testcase>
89
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Synchronous Messages &gt; with JSON data &gt; writes pending state to the pact file" time="0.000900209">
90
+ </testcase>
91
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Synchronous Messages &gt; with JSON data &gt; writes comments and interaction test name for sync message" time="0.001172708">
92
+ </testcase>
93
+ <testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API &gt; Synchronous Messages &gt; with plugin contents (gRPC) &gt; generates a pact with success" time="0.621482925">
94
+ </testcase>
95
+ </testsuite>
96
+ <testsuite name="test/plugin-verifier.integration.spec.ts" timestamp="2026-08-05T15:25:33.705Z" hostname="runnervmvrwv9" tests="2" failures="0" errors="0" skipped="0" time="0.190274334">
97
+ <testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec &gt; plugin tests &gt; grpc interaction &gt; should verify the gRPC interactions" time="0.1449503">
98
+ <system-out>
99
+ [15:25:32.588] [32mINFO[39m (2792): [36mpact-core@20.0.0: Verifying Pact Files[39m
100
+
101
+ [15:25:32.592] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: binding path #0: : attempting to load native module from:
102
+
103
+ - /home/runner/work/pact-js-core/pact-js-core/prebuilds/linux-x64
104
+ source: pact-js-core binding lookup
105
+
106
+ - You can override via PACT_PREBUILD_LOCATION
107
+ [39m
108
+
109
+ [15:25:32.593] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: binding path #1: : attempting to load native module from:
110
+
111
+ - /home/runner/work/pact-js-core/pact-js-core/@pact-foundation/pact-core-linux-x64-glibc/prebuilds/linux-x64
112
+ source: pact-js-core binding lookup
113
+
114
+ - You can override via PACT_PREBUILD_LOCATION
115
+ [39m
116
+
117
+ [15:25:32.595] [32mINFO[39m (2792): [36m0.5.6: pact native library successfully found, and the correct version[39m
118
+
119
+ [15:25:32.595] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: Initialising native core at log level &apos;debug&apos;[39m
120
+
121
+ [15:25:32.596] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFilterInfo&apos; was not executed as it had non-fatal validation errors: None of PACT_DESCRIPTION, PACT_PROVIDER_STATE or PACT_PROVIDER_NO_STATE were set in the environment[39m
122
+
123
+ [15:25:32.596] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetProviderState&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
124
+
125
+ [15:25:32.599] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetPublishOptions&apos; was not executed as it had non-fatal validation errors: No publishVerificationResult option / PACT_BROKER_PUBLISH_VERIFICATION_RESULTS set, or no providerVersion option[39m
126
+
127
+ [15:25:32.600] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetConsumerFilters&apos; was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
128
+
129
+ [15:25:32.600] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFailIfNoPactsFound&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
130
+
131
+ [15:25:32.600] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFollowRedirects&apos; was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
132
+
133
+ [15:25:32.600] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierAddCustomHeader&apos; was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
134
+
135
+ [15:25:32.601] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: checking source type of given pactUrl: /home/runner/work/pact-js-core/pact-js-core/test/integration/grpc/grpc.json[39m
136
+
137
+ [15:25:32.601] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/grpc/grpc.json as File source[39m
138
+
139
+ [15:25:32.601] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierBrokerSourceWithSelectors&apos; was not executed as it had non-fatal validation errors: No pactBrokerUrl option / PACT_BROKER_BASE_URL set, or no provider option set[39m
140
+
141
+
142
+ Server running at http://127.0.0.1:50052
143
+
144
+ [15:25:32.729] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: shutting down verifier with handle 0[39m
145
+
146
+ [15:25:32.730] [34mDEBUG[39m (2792): [36mpact-core@20.0.0: response from verifier: null, 0[39m
147
+
148
+ [15:25:32.730] [32mINFO[39m (2792): [36mpact-core@20.0.0: Verification successful[39m
149
+
150
+
151
+ </system-out>
152
+ </testcase>
153
+ <testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec &gt; plugin tests &gt; grpc interaction &gt; runs the grpc client" time="0.022019174">
154
+ <system-out>
155
+ { name: [32m&apos;A place&apos;[39m }
156
+
157
+ </system-out>
158
+ </testcase>
159
+ </testsuite>
160
+ <testsuite name="test/verifier.integration.spec.ts" timestamp="2026-08-05T15:25:33.706Z" hostname="runnervmvrwv9" tests="17" failures="0" errors="0" skipped="0" time="1.363236927">
161
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with spaces in the file path &gt; should return a successful promise" time="0.118036044">
162
+ <system-out>
163
+ [15:25:31.666] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
164
+
165
+ [15:25:31.669] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: binding path #0: : attempting to load native module from:
166
+
167
+ - /home/runner/work/pact-js-core/pact-js-core/prebuilds/linux-x64
168
+ source: pact-js-core binding lookup
169
+
170
+ - You can override via PACT_PREBUILD_LOCATION
171
+ [39m
172
+
173
+ [15:25:31.670] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: binding path #1: : attempting to load native module from:
174
+
175
+ - /home/runner/work/pact-js-core/pact-js-core/@pact-foundation/pact-core-linux-x64-glibc/prebuilds/linux-x64
176
+ source: pact-js-core binding lookup
177
+
178
+ - You can override via PACT_PREBUILD_LOCATION
179
+ [39m
180
+
181
+ [15:25:31.672] [32mINFO[39m (2666): [36m0.5.6: pact native library successfully found, and the correct version[39m
182
+
183
+ [15:25:31.672] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: Initialising native core at log level &apos;debug&apos;[39m
184
+
185
+ [15:25:31.673] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFilterInfo&apos; was not executed as it had non-fatal validation errors: None of PACT_DESCRIPTION, PACT_PROVIDER_STATE or PACT_PROVIDER_NO_STATE were set in the environment[39m
186
+
187
+ [15:25:31.673] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetProviderState&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
188
+
189
+ [15:25:31.673] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetPublishOptions&apos; was not executed as it had non-fatal validation errors: No publishVerificationResult option / PACT_BROKER_PUBLISH_VERIFICATION_RESULTS set, or no providerVersion option[39m
190
+
191
+ [15:25:31.673] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetConsumerFilters&apos; was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
192
+
193
+ [15:25:31.673] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFailIfNoPactsFound&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
194
+
195
+ [15:25:31.674] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFollowRedirects&apos; was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
196
+
197
+ [15:25:31.674] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierAddCustomHeader&apos; was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
198
+
199
+ [15:25:31.674] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: checking source type of given pactUrl: /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json[39m
200
+
201
+ [15:25:31.674] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json as File source[39m
202
+
203
+ [15:25:31.675] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierBrokerSourceWithSelectors&apos; was not executed as it had non-fatal validation errors: No pactBrokerUrl option / PACT_BROKER_BASE_URL set, or no provider option set[39m
204
+
205
+ [15:25:31.675] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierAddProviderTransport&apos; was not executed as it had non-fatal validation errors: No additional provider transports provided[39m
206
+
207
+
208
+ [15:25:31.781] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: shutting down verifier with handle 0[39m
209
+
210
+ [15:25:31.781] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: response from verifier: null, 0[39m
211
+
212
+ [15:25:31.782] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
213
+
214
+
215
+ </system-out>
216
+ </testcase>
217
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with spaces in the file path &gt; with some broker args but no broker URL &gt; should return a successful promise" time="0.066392726">
218
+ <system-out>
219
+ [15:25:31.783] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
220
+
221
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFilterInfo&apos; was not executed as it had non-fatal validation errors: None of PACT_DESCRIPTION, PACT_PROVIDER_STATE or PACT_PROVIDER_NO_STATE were set in the environment[39m
222
+
223
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetProviderState&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
224
+
225
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetConsumerFilters&apos; was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
226
+
227
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFailIfNoPactsFound&apos; was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
228
+
229
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierSetFollowRedirects&apos; was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
230
+
231
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierAddCustomHeader&apos; was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
232
+
233
+ [15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: checking source type of given pactUrl: /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json[39m
234
+
235
+ [15:25:31.785] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json as File source[39m
236
+
237
+ [15:25:31.785] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierBrokerSourceWithSelectors&apos; was not executed as it had non-fatal validation errors: No pactBrokerUrl option / PACT_BROKER_BASE_URL set, or no provider option set[39m
238
+
239
+ [15:25:31.785] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function &apos;pactffiVerifierAddProviderTransport&apos; was not executed as it had non-fatal validation errors: No additional provider transports provided[39m
240
+
241
+
242
+ [15:25:31.848] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: shutting down verifier with handle 1[39m
243
+
244
+ [15:25:31.848] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: response from verifier: null, 0[39m
245
+
246
+ [15:25:31.848] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
247
+
248
+
249
+ </system-out>
250
+ </testcase>
251
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; without provider states &gt; should return a successful promise with detailed JSON results" time="0.063762845">
252
+ <system-out>
253
+ [15:25:31.849] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
254
+
255
+
256
+ [15:25:31.911] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
257
+
258
+
259
+ </system-out>
260
+ </testcase>
261
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with Provider States &gt; should return a successful promise with detailed JSON results" time="0.080749074">
262
+ <system-out>
263
+ [15:25:31.913] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
264
+
265
+
266
+ [15:25:31.993] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
267
+
268
+
269
+ </system-out>
270
+ </testcase>
271
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with POST data &gt; should return a successful promise" time="0.065009838">
272
+ <system-out>
273
+ [15:25:31.994] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
274
+
275
+
276
+ [15:25:32.059] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
277
+
278
+
279
+ </system-out>
280
+ </testcase>
281
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with POST data and regex validation &gt; should return a successful promise" time="0.060489847">
282
+ <system-out>
283
+ [15:25:32.059] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
284
+
285
+
286
+ [15:25:32.119] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
287
+
288
+
289
+ </system-out>
290
+ </testcase>
291
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a successful contract &gt; with monkeypatch file specified &gt; should return a successful promise" time="0.071924248">
292
+ <system-out>
293
+ [15:25:32.120] [33mWARN[39m (2666): [36mpact-core@20.0.0: monkeypatch is deprecated and no longer has any effect[39m
294
+
295
+ [15:25:32.120] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
296
+
297
+
298
+ [15:25:32.191] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
299
+
300
+
301
+ </system-out>
302
+ </testcase>
303
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given a failing contract &gt; should return a rejected promise with detailed JSON results in the error message" time="0.072103554">
304
+ <system-out>
305
+ [15:25:32.192] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
306
+
307
+
308
+ [15:25:32.263] [31mERROR[39m (2666): [36mpact-core@20.0.0: Verification unsuccessful[39m
309
+
310
+
311
+ </system-out>
312
+ </testcase>
313
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple successful API calls in a contract &gt; should return a successful promise" time="0.088698943">
314
+ <system-out>
315
+ [15:25:32.264] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
316
+
317
+
318
+ [15:25:32.352] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
319
+
320
+
321
+ </system-out>
322
+ </testcase>
323
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple contracts &gt; from a local file &gt; should return a successful promise" time="0.112955905">
324
+ <system-out>
325
+ [15:25:32.353] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
326
+
327
+
328
+ [15:25:32.465] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
329
+
330
+
331
+ </system-out>
332
+ </testcase>
333
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple contracts &gt; from a Pact Broker &gt; without authentication &gt; should return a successful promise" time="0.107453748">
334
+ <system-out>
335
+ [15:25:32.466] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
336
+
337
+
338
+ [15:25:32.573] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
339
+
340
+
341
+ </system-out>
342
+ </testcase>
343
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple contracts &gt; from a Pact Broker &gt; with authentication &gt; and a valid user/password &gt; should return a successful promise" time="0.096011651">
344
+ <system-out>
345
+ [15:25:32.574] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
346
+
347
+
348
+ [15:25:32.669] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
349
+
350
+
351
+ </system-out>
352
+ </testcase>
353
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple contracts &gt; from a Pact Broker &gt; with authentication &gt; and an invalid user/password &gt; should return a rejected promise" time="0.065305341">
354
+ <system-out>
355
+ [15:25:32.670] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
356
+
357
+
358
+ [15:25:32.734] [31mERROR[39m (2666): [36mpact-core@20.0.0: Verification unsuccessful[39m
359
+
360
+
361
+ </system-out>
362
+ </testcase>
363
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when given multiple contracts &gt; from a Pact Broker &gt; with authentication &gt; and an invalid user/password &gt; should return the verifier error output in the returned promise" time="0.063277867">
364
+ <system-out>
365
+ [15:25:32.735] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
366
+
367
+
368
+ [15:25:32.798] [31mERROR[39m (2666): [36mpact-core@20.0.0: Verification unsuccessful[39m
369
+
370
+
371
+ </system-out>
372
+ </testcase>
373
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when publishing verification results to a Pact Broker &gt; and there is a valid Pact file with spaces in the path &gt; should return a successful promise" time="0.072656604">
374
+ <system-out>
375
+ [15:25:32.799] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
376
+
377
+
378
+ [15:25:32.871] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
379
+
380
+
381
+ </system-out>
382
+ </testcase>
383
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when publishing verification results to a Pact Broker &gt; and there is a valid verification HAL link in the Pact file &gt; should return a successful promise" time="0.068596461">
384
+ <system-out>
385
+ [15:25:32.872] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
386
+
387
+
388
+ [15:25:32.940] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
389
+
390
+
391
+ </system-out>
392
+ </testcase>
393
+ <testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec &gt; when publishing verification results to a Pact Broker &gt; and there is an invalid verification HAL link in the Pact file &gt; should fail with an error" time="0.075050413">
394
+ <system-out>
395
+ [15:25:32.940] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
396
+
397
+
398
+ [15:25:33.015] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
399
+
400
+
401
+ </system-out>
402
+ </testcase>
403
+ </testsuite>
404
+ <testsuite name="src/consumer/checkErrors.spec.ts" timestamp="2026-08-05T15:25:33.711Z" hostname="runnervmvrwv9" tests="2" failures="0" errors="0" skipped="0" time="0.005084138">
405
+ <testcase classname="src/consumer/checkErrors.spec.ts" name="checkErrors &gt; treats numeric status code 0 as success" time="0.002836434">
406
+ </testcase>
407
+ <testcase classname="src/consumer/checkErrors.spec.ts" name="checkErrors &gt; treats non-zero numeric status as failure" time="0.000288411">
408
+ </testcase>
409
+ </testsuite>
410
+ <testsuite name="src/verifier/validateOptions.spec.ts" timestamp="2026-08-05T15:25:33.711Z" hostname="runnervmvrwv9" tests="42" failures="0" errors="0" skipped="0" time="0.03280056">
411
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when automatically finding pacts from a broker &gt; when not given --pact-urls and only --pact-broker-url &gt; should fail with an error because provider is missing" time="0.007535491">
412
+ <system-out>
413
+ [15:25:31.320] [31mERROR[39m (2644): [36mpactBrokerUrl requires the following properties: provider[39m
414
+
415
+
416
+ </system-out>
417
+ </testcase>
418
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when automatically finding pacts from a broker &gt; when given valid arguments &gt; should return a Verifier object" time="0.00114508">
419
+ </testcase>
420
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when automatically finding pacts from a broker &gt; when given an unknown array argument &gt; should return a Verifier object" time="0.000433276">
421
+ </testcase>
422
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when not given --pact-urls or --provider-base-url &gt; should fail with an error" time="0.000274023">
423
+ </testcase>
424
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given an invalid timeout &gt; should fail with an error" time="0.00032247">
425
+ </testcase>
426
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given remote Pact URLs that don&apos;t exist &gt; should pass through to the Pact Verifier regardless" time="0.000266019">
427
+ </testcase>
428
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given local Pact URLs that do exist &gt; should not fail" time="0.000222293">
429
+ </testcase>
430
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when requested to publish verification results to a Pact Broker &gt; and specifies a provider version &gt; should pass through to the Pact Verifier" time="0.000276726">
431
+ </testcase>
432
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when requested to publish verification results to a Pact Broker &gt; and does not specify provider version &gt; should fail with an error" time="0.001972297">
433
+ <system-out>
434
+ [15:25:31.328] [31mERROR[39m (2644): [36mpublishVerificationResult requires the following properties: providerVersion[39m
435
+
436
+
437
+ </system-out>
438
+ </testcase>
439
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given the correct arguments &gt; should return a Verifier object" time="0.000214001">
440
+ </testcase>
441
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using includeWipPactsSince &gt; should accept a non-empty string" time="0.000139691">
442
+ </testcase>
443
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using includeWipPactsSince &gt; should not accept an empty string" time="0.000181504">
444
+ </testcase>
445
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using followRedirects &gt; should accept a boolean" time="0.000684357">
446
+ </testcase>
447
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using followRedirects &gt; should not accept a non-boolean" time="0.00025239">
448
+ </testcase>
449
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when an using format option &gt; should work with either &apos;json&apos; or &apos;xml&apos;" time="0.001095231">
450
+ <system-out>
451
+ [15:25:31.332] [33mWARN[39m (2644): [36mpact-core@20.0.0: format is deprecated and no longer has any effect[39m
452
+
453
+ [15:25:31.332] [33mWARN[39m (2644): [36mpact-core@20.0.0: format is deprecated and no longer has any effect[39m
454
+
455
+ [15:25:31.332] [33mWARN[39m (2644): [36mpact-core@20.0.0: format is deprecated and no longer has any effect[39m
456
+
457
+
458
+ </system-out>
459
+ </testcase>
460
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when an using format option &gt; should work with a case insensitive string" time="0.000532189">
461
+ <system-out>
462
+ [15:25:31.333] [33mWARN[39m (2644): [36mpact-core@20.0.0: format is deprecated and no longer has any effect[39m
463
+
464
+
465
+ </system-out>
466
+ </testcase>
467
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when pactBrokerUrl is not provided &gt; should not fail" time="0.000289688">
468
+ </testcase>
469
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when pactBrokerUrl is provided &gt; should not fail" time="0.000323908">
470
+ </testcase>
471
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when consumerVersionTags is not provided &gt; should not fail" time="0.000254151">
472
+ </testcase>
473
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when consumerVersionTags is provided as an array &gt; should not fail" time="0.000578635">
474
+ </testcase>
475
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when providerVersionTags is not provided &gt; should not fail" time="0.000240213">
476
+ </testcase>
477
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when providerVersionTags is provided as an array &gt; should not fail" time="0.000200816">
478
+ </testcase>
479
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using a bearer token &gt; and specifies a username or password &gt; should fail with an error" time="0.000595392">
480
+ <system-out>
481
+ [15:25:31.336] [31mERROR[39m (2644): [36mpactBrokerToken is incompatible with the following properties: pactBrokerUsername,pactBrokerPassword[39m
482
+
483
+
484
+ </system-out>
485
+ </testcase>
486
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when using a bearer token &gt; should not fail" time="0.000235963">
487
+ </testcase>
488
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when providing consumerVersionSelectors &gt; and an unsupported selector is specified &gt; should log out a warning that the selector is unknown" time="0.003062273">
489
+ <system-out>
490
+ [15:25:31.339] [33mWARN[39m (2644): [36mpact-core@20.0.0: The consumer version selector &apos;unsupportedFlag&apos; is unknown but will be sent through to the validation. Allowed properties are tag, latest, consumer, deployedOrReleased, deployed, released, environment, fallbackTag, branch, mainBranch, matchingBranch)[39m
491
+
492
+
493
+ </system-out>
494
+ </testcase>
495
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and the tag of &quot;latest&quot; is specified &gt; should log out a warning that using this selector is not recommended" time="0.00269742">
496
+ <system-out>
497
+ [15:25:31.340] [33mWARN[39m (2644): [36mpact-core@20.0.0: Using the tag &apos;latest&apos; is not recommended and probably does not do what you intended.[39m
498
+
499
+ [15:25:31.341] [33mWARN[39m (2644): [36mpact-core@20.0.0: See https://docs.pact.io/pact_broker/tags/#latest-pacts[39m
500
+
501
+ [15:25:31.341] [33mWARN[39m (2644): [36mpact-core@20.0.0: If you need to specify latest, try:[39m
502
+
503
+ [15:25:31.341] [33mWARN[39m (2644): [36mpact-core@20.0.0: consumerVersionSelectors: [{ lastest: true }][39m
504
+
505
+
506
+ </system-out>
507
+ </testcase>
508
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;tag&quot;:&quot;a-tag&quot;}" time="0.000265036">
509
+ </testcase>
510
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;latest&quot;:true}" time="0.000132216">
511
+ </testcase>
512
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;consumer&quot;:&quot;the-consumer&quot;}" time="0.000138375">
513
+ </testcase>
514
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;deployedOrReleased&quot;:true}" time="0.000119063">
515
+ </testcase>
516
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;deployed&quot;:true}" time="0.000106689">
517
+ </testcase>
518
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;released&quot;:true}" time="0.00008812">
519
+ </testcase>
520
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;environment&quot;:&quot;an-environment&quot;}" time="0.000088161">
521
+ </testcase>
522
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;fallbackTag&quot;:&quot;a-fallback-tag&quot;}" time="0.002609967">
523
+ </testcase>
524
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;branch&quot;:&quot;the-branch&quot;}" time="0.000205095">
525
+ </testcase>
526
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;mainBranch&quot;:false}" time="0.000115941">
527
+ </testcase>
528
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; and valid selectors are specified &gt; should not fail when consumerVersionSelectors is {&quot;matchingBranch&quot;:true}" time="0.000115038">
529
+ </testcase>
530
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given customProviderHeaders &gt; using the object notation &gt; should pass through to the Pact Verifier" time="0.000494584">
531
+ </testcase>
532
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given customProviderHeaders &gt; using the legacy array notation &gt; should pass through to the Pact Verifier" time="0.000264063">
533
+ </testcase>
534
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given customProviderHeaders &gt; using the legacy array notation &gt; and the format is incorrect &gt; should throw an error" time="0.000224948">
535
+ </testcase>
536
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given providerBranch &gt; should not throw an error" time="0.000182969">
537
+ </testcase>
538
+ <testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator &gt; when given unknown properties &gt; should ignore them and not throw an error" time="0.000205233">
539
+ </testcase>
540
+ </testsuite>
541
+ </testsuites>