@pact-foundation/pact-core 20.1.0 → 20.2.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.
- package/CHANGELOG.md +10 -0
- package/dist/consumer/index.js +36 -20
- package/dist/consumer/index.js.map +1 -1
- package/dist/ffi/index.d.ts +1 -1
- package/dist/ffi/index.js +1 -1
- package/dist/ffi/types.d.ts +10 -1
- package/junit.xml +295 -271
- package/package.json +17 -17
package/junit.xml
CHANGED
|
@@ -1,104 +1,255 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<testsuites name="vitest tests" tests="
|
|
3
|
-
<testsuite name="src/
|
|
4
|
-
<testcase classname="src/
|
|
2
|
+
<testsuites name="vitest tests" tests="93" failures="0" errors="0" time="4.444660371">
|
|
3
|
+
<testsuite name="src/consumer/checkErrors.spec.ts" timestamp="2026-09-16T10:54:03.859Z" hostname="runnervmlun5p" tests="2" failures="0" errors="0" skipped="0" time="0.005174097">
|
|
4
|
+
<testcase classname="src/consumer/checkErrors.spec.ts" name="checkErrors > treats numeric status code 0 as success" time="0.002814018">
|
|
5
|
+
</testcase>
|
|
6
|
+
<testcase classname="src/consumer/checkErrors.spec.ts" name="checkErrors > treats non-zero numeric status as failure" time="0.000418042">
|
|
7
|
+
</testcase>
|
|
8
|
+
</testsuite>
|
|
9
|
+
<testsuite name="src/index.spec.ts" timestamp="2026-09-16T10:54:03.860Z" hostname="runnervmlun5p" tests="1" failures="0" errors="0" skipped="0" time="0.003754508">
|
|
10
|
+
<testcase classname="src/index.spec.ts" name="Index Spec > Typescript import should work" time="0.001983493">
|
|
5
11
|
</testcase>
|
|
6
12
|
</testsuite>
|
|
7
|
-
<testsuite name="src/pact.spec.ts" timestamp="2026-
|
|
8
|
-
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'trace'" time="0.
|
|
13
|
+
<testsuite name="src/pact.spec.ts" timestamp="2026-09-16T10:54:03.860Z" hostname="runnervmlun5p" tests="5" failures="0" errors="0" skipped="0" time="0.007251445">
|
|
14
|
+
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'trace'" time="0.00177351">
|
|
9
15
|
</testcase>
|
|
10
|
-
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'debug'" time="0.
|
|
16
|
+
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'debug'" time="0.000387967">
|
|
11
17
|
</testcase>
|
|
12
|
-
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'info'" time="0.
|
|
18
|
+
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'info'" time="0.000374481">
|
|
13
19
|
</testcase>
|
|
14
|
-
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'warn'" time="0.
|
|
20
|
+
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'warn'" time="0.000388588">
|
|
15
21
|
</testcase>
|
|
16
|
-
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'error'" time="0.
|
|
22
|
+
<testcase classname="src/pact.spec.ts" name="Pact Spec > Set Log Level > when setting a log level > should be able to set log level 'error'" time="0.000260197">
|
|
17
23
|
</testcase>
|
|
18
24
|
</testsuite>
|
|
19
|
-
<testsuite name="
|
|
20
|
-
<testcase classname="
|
|
25
|
+
<testsuite name="src/verifier/validateOptions.spec.ts" timestamp="2026-09-16T10:54:03.862Z" hostname="runnervmlun5p" tests="42" failures="0" errors="0" skipped="0" time="0.040600662">
|
|
26
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when automatically finding pacts from a broker > when not given --pact-urls and only --pact-broker-url > should fail with an error because provider is missing" time="0.012771237">
|
|
21
27
|
<system-out>
|
|
22
|
-
[
|
|
28
|
+
[10:54:01.270] [31mERROR[39m (2818): [36mpactBrokerUrl requires the following properties: provider[39m
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
</system-out>
|
|
32
|
+
</testcase>
|
|
33
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when automatically finding pacts from a broker > when given valid arguments > should return a Verifier object" time="0.001376326">
|
|
34
|
+
</testcase>
|
|
35
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when automatically finding pacts from a broker > when given an unknown array argument > should return a Verifier object" time="0.000606295">
|
|
36
|
+
</testcase>
|
|
37
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when not given --pact-urls or --provider-base-url > should fail with an error" time="0.000387385">
|
|
38
|
+
</testcase>
|
|
39
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given an invalid timeout > should fail with an error" time="0.000432649">
|
|
40
|
+
</testcase>
|
|
41
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given remote Pact URLs that don't exist > should pass through to the Pact Verifier regardless" time="0.000372617">
|
|
42
|
+
</testcase>
|
|
43
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given local Pact URLs that do exist > should not fail" time="0.00042231">
|
|
44
|
+
</testcase>
|
|
45
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when requested to publish verification results to a Pact Broker > and specifies a provider version > should pass through to the Pact Verifier" time="0.000430506">
|
|
46
|
+
</testcase>
|
|
47
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when requested to publish verification results to a Pact Broker > and does not specify provider version > should fail with an error" time="0.001607628">
|
|
48
|
+
<system-out>
|
|
49
|
+
[10:54:01.283] [31mERROR[39m (2818): [36mpublishVerificationResult requires the following properties: providerVersion[39m
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
</system-out>
|
|
53
|
+
</testcase>
|
|
54
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given the correct arguments > should return a Verifier object" time="0.000278992">
|
|
55
|
+
</testcase>
|
|
56
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using includeWipPactsSince > should accept a non-empty string" time="0.000241071">
|
|
57
|
+
</testcase>
|
|
58
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using includeWipPactsSince > should not accept an empty string" time="0.000282218">
|
|
59
|
+
</testcase>
|
|
60
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using followRedirects > should accept a boolean" time="0.000246581">
|
|
61
|
+
</testcase>
|
|
62
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using followRedirects > should not accept a non-boolean" time="0.00028289">
|
|
63
|
+
</testcase>
|
|
64
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when an using format option > should work with either 'json' or 'xml'" time="0.001555971">
|
|
65
|
+
<system-out>
|
|
66
|
+
[10:54:01.286] [33mWARN[39m (2818): [36mpact-core@20.1.1: format is deprecated and no longer has any effect[39m
|
|
67
|
+
|
|
68
|
+
[10:54:01.286] [33mWARN[39m (2818): [36mpact-core@20.1.1: format is deprecated and no longer has any effect[39m
|
|
69
|
+
|
|
70
|
+
[10:54:01.286] [33mWARN[39m (2818): [36mpact-core@20.1.1: format is deprecated and no longer has any effect[39m
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
</system-out>
|
|
74
|
+
</testcase>
|
|
75
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when an using format option > should work with a case insensitive string" time="0.000769731">
|
|
76
|
+
<system-out>
|
|
77
|
+
[10:54:01.287] [33mWARN[39m (2818): [36mpact-core@20.1.1: format is deprecated and no longer has any effect[39m
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
</system-out>
|
|
81
|
+
</testcase>
|
|
82
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when pactBrokerUrl is not provided > should not fail" time="0.000371776">
|
|
83
|
+
</testcase>
|
|
84
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when pactBrokerUrl is provided > should not fail" time="0.000510996">
|
|
85
|
+
</testcase>
|
|
86
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when consumerVersionTags is not provided > should not fail" time="0.00032554">
|
|
87
|
+
</testcase>
|
|
88
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when consumerVersionTags is provided as an array > should not fail" time="0.000630199">
|
|
89
|
+
</testcase>
|
|
90
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providerVersionTags is not provided > should not fail" time="0.000363009">
|
|
91
|
+
</testcase>
|
|
92
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providerVersionTags is provided as an array > should not fail" time="0.000330288">
|
|
93
|
+
</testcase>
|
|
94
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using a bearer token > and specifies a username or password > should fail with an error" time="0.00092989">
|
|
95
|
+
<system-out>
|
|
96
|
+
[10:54:01.291] [31mERROR[39m (2818): [36mpactBrokerToken is incompatible with the following properties: pactBrokerUsername,pactBrokerPassword[39m
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
</system-out>
|
|
100
|
+
</testcase>
|
|
101
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using a bearer token > should not fail" time="0.000285124">
|
|
102
|
+
</testcase>
|
|
103
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providing consumerVersionSelectors > and an unsupported selector is specified > should log out a warning that the selector is unknown" time="0.00405619">
|
|
104
|
+
<system-out>
|
|
105
|
+
[10:54:01.295] [33mWARN[39m (2818): [36mpact-core@20.1.1: The consumer version selector 'unsupportedFlag' 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
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
</system-out>
|
|
109
|
+
</testcase>
|
|
110
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and the tag of "latest" is specified > should log out a warning that using this selector is not recommended" time="0.003084462">
|
|
111
|
+
<system-out>
|
|
112
|
+
[10:54:01.297] [33mWARN[39m (2818): [36mpact-core@20.1.1: Using the tag 'latest' is not recommended and probably does not do what you intended.[39m
|
|
113
|
+
|
|
114
|
+
[10:54:01.298] [33mWARN[39m (2818): [36mpact-core@20.1.1: See https://docs.pact.io/pact_broker/tags/#latest-pacts[39m
|
|
115
|
+
|
|
116
|
+
[10:54:01.298] [33mWARN[39m (2818): [36mpact-core@20.1.1: If you need to specify latest, try:[39m
|
|
117
|
+
|
|
118
|
+
[10:54:01.298] [33mWARN[39m (2818): [36mpact-core@20.1.1: consumerVersionSelectors: [{ lastest: true }][39m
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</system-out>
|
|
122
|
+
</testcase>
|
|
123
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"tag":"a-tag"}" time="0.00030451">
|
|
124
|
+
</testcase>
|
|
125
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"latest":true}" time="0.000143549">
|
|
126
|
+
</testcase>
|
|
127
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"consumer":"the-consumer"}" time="0.000130454">
|
|
128
|
+
</testcase>
|
|
129
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"deployedOrReleased":true}" time="0.000121246">
|
|
130
|
+
</testcase>
|
|
131
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"deployed":true}" time="0.000117369">
|
|
132
|
+
</testcase>
|
|
133
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"released":true}" time="0.000150242">
|
|
134
|
+
</testcase>
|
|
135
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"environment":"an-environment"}" time="0.000120516">
|
|
136
|
+
</testcase>
|
|
137
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"fallbackTag":"a-fallback-tag"}" time="0.000266449">
|
|
138
|
+
</testcase>
|
|
139
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"branch":"the-branch"}" time="0.000180137">
|
|
140
|
+
</testcase>
|
|
141
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"mainBranch":false}" time="0.000127188">
|
|
142
|
+
</testcase>
|
|
143
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"matchingBranch":true}" time="0.000118773">
|
|
144
|
+
</testcase>
|
|
145
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the object notation > should pass through to the Pact Verifier" time="0.000420197">
|
|
146
|
+
</testcase>
|
|
147
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the legacy array notation > should pass through to the Pact Verifier" time="0.000224119">
|
|
148
|
+
</testcase>
|
|
149
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the legacy array notation > and the format is incorrect > should throw an error" time="0.000218128">
|
|
150
|
+
</testcase>
|
|
151
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given providerBranch > should not throw an error" time="0.000222707">
|
|
152
|
+
</testcase>
|
|
153
|
+
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given unknown properties > should ignore them and not throw an error" time="0.000189976">
|
|
154
|
+
</testcase>
|
|
155
|
+
</testsuite>
|
|
156
|
+
<testsuite name="test/consumer.integration.spec.ts" timestamp="2026-09-16T10:54:03.871Z" hostname="runnervmlun5p" tests="12" failures="0" errors="0" skipped="1" time="0.784979506">
|
|
157
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with matching rules > generates a pact with success" time="0.055023618">
|
|
158
|
+
<system-out>
|
|
159
|
+
[10:54:01.472] [32mINFO[39m (2817): [36m0.5.8: pact native library successfully found, and the correct version[39m
|
|
23
160
|
|
|
24
161
|
|
|
25
162
|
[]
|
|
26
163
|
|
|
27
164
|
</system-out>
|
|
28
165
|
</testcase>
|
|
29
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with JSON data > generates a pact with success" time="0.
|
|
166
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with JSON data > generates a pact with success" time="0.008734083">
|
|
30
167
|
</testcase>
|
|
31
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with JSON data > generates a pact with failure" time="0.
|
|
168
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with JSON data > generates a pact with failure" time="0.008100287">
|
|
32
169
|
</testcase>
|
|
33
170
|
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with a TLS mock server > serves requests over TLS using the exposed CA certificate" time="0">
|
|
34
171
|
<skipped/>
|
|
35
172
|
</testcase>
|
|
36
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with an interaction key > writes the interaction key to the pact file" time="0.
|
|
173
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with an interaction key > writes the interaction key to the pact file" time="0.004111606">
|
|
37
174
|
</testcase>
|
|
38
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with a pending interaction > writes pending state to the pact file" time="0.
|
|
175
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with a pending interaction > writes pending state to the pact file" time="0.003568928">
|
|
39
176
|
</testcase>
|
|
40
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with interaction comments and test name > writes comments and interaction test name to the pact file" time="0.
|
|
177
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with interaction comments and test name > writes comments and interaction test name to the pact file" time="0.003349307">
|
|
41
178
|
</testcase>
|
|
42
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with binary data > generates a pact with success" time="0.
|
|
179
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with binary data > generates a pact with success" time="0.006386872">
|
|
43
180
|
</testcase>
|
|
44
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > using a plugin (protobufs) > generates a pact with success" time="0.
|
|
181
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > using a plugin (protobufs) > generates a pact with success" time="0.622552259">
|
|
45
182
|
</testcase>
|
|
46
|
-
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API >
|
|
183
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > when setting plugin interaction contents fails > throws when the contents are not valid JSON" time="0.00296075">
|
|
184
|
+
<system-out>
|
|
185
|
+
[10:54:02.180] [31mERROR[39m (2817): [36mFailed to set plugin interaction contents for content type 'application/json': the contents are not valid JSON: Contents is not a valid JSON - expected ident at line 1 column 2[39m
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
</system-out>
|
|
189
|
+
</testcase>
|
|
190
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > when setting plugin interaction contents fails > throws when the content type is not valid" time="0.001278923">
|
|
191
|
+
<system-out>
|
|
192
|
+
[10:54:02.181] [31mERROR[39m (2817): [36mFailed to set plugin interaction contents for content type 'not a content type': the content type is not valid: 'not a content type' is not a valid content type - Failed to parse 'not a content type' as a content type: mime parse error: an invalid token was encountered, 20 at position 3[39m
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
</system-out>
|
|
196
|
+
</testcase>
|
|
197
|
+
<testcase classname="test/consumer.integration.spec.ts" name="FFI integration test for the HTTP Consumer API > with multipart data > generates a pact with success" time="0.064807383">
|
|
47
198
|
<system-out>
|
|
48
199
|
[]
|
|
49
200
|
|
|
50
201
|
</system-out>
|
|
51
202
|
</testcase>
|
|
52
203
|
</testsuite>
|
|
53
|
-
<testsuite name="test/matt.consumer.integration.spec.ts" timestamp="2026-
|
|
54
|
-
<testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test > HTTP test > returns a valid MATT message over HTTP" time="0.
|
|
204
|
+
<testsuite name="test/matt.consumer.integration.spec.ts" timestamp="2026-09-16T10:54:03.876Z" hostname="runnervmlun5p" tests="2" failures="0" errors="0" skipped="0" time="1.13921148">
|
|
205
|
+
<testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test > HTTP test > returns a valid MATT message over HTTP" time="0.598619843">
|
|
55
206
|
<system-out>
|
|
56
|
-
[
|
|
207
|
+
[10:54:02.613] [32mINFO[39m (2968): [36m0.5.8: pact native library successfully found, and the correct version[39m
|
|
57
208
|
|
|
58
209
|
|
|
59
210
|
</system-out>
|
|
60
211
|
</testcase>
|
|
61
|
-
<testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test > TCP Messages > with MATT protocol > generates a pact with success" time="0.
|
|
212
|
+
<testcase classname="test/matt.consumer.integration.spec.ts" name="MATT protocol test > TCP Messages > with MATT protocol > generates a pact with success" time="0.537534826">
|
|
62
213
|
</testcase>
|
|
63
214
|
</testsuite>
|
|
64
|
-
<testsuite name="test/matt.provider.integration.spec.ts" timestamp="2026-
|
|
65
|
-
<testcase classname="test/matt.provider.integration.spec.ts" name="MATT protocol test > HTTP and TCP Provider > returns a valid MATT message over HTTP and TCP" time="0.
|
|
215
|
+
<testsuite name="test/matt.provider.integration.spec.ts" timestamp="2026-09-16T10:54:03.877Z" hostname="runnervmlun5p" tests="1" failures="0" errors="0" skipped="0" time="0.140860576">
|
|
216
|
+
<testcase classname="test/matt.provider.integration.spec.ts" name="MATT protocol test > HTTP and TCP Provider > returns a valid MATT message over HTTP and TCP" time="0.138717444">
|
|
66
217
|
<system-out>
|
|
67
|
-
[
|
|
218
|
+
[10:54:03.261] [32mINFO[39m (3084): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
68
219
|
|
|
69
|
-
[
|
|
220
|
+
[10:54:03.268] [32mINFO[39m (3084): [36m0.5.8: pact native library successfully found, and the correct version[39m
|
|
70
221
|
|
|
71
222
|
|
|
72
|
-
[
|
|
223
|
+
[10:54:03.386] [32mINFO[39m (3084): [36mpact-core@20.1.1: Verification successful[39m
|
|
73
224
|
|
|
74
225
|
|
|
75
226
|
</system-out>
|
|
76
227
|
</testcase>
|
|
77
228
|
</testsuite>
|
|
78
|
-
<testsuite name="test/message.integration.spec.ts" timestamp="2026-
|
|
79
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > generates a pact with success" time="0.
|
|
229
|
+
<testsuite name="test/message.integration.spec.ts" timestamp="2026-09-16T10:54:03.877Z" hostname="runnervmlun5p" tests="8" failures="0" errors="0" skipped="0" time="0.737865186">
|
|
230
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > generates a pact with success" time="0.010428724">
|
|
80
231
|
</testcase>
|
|
81
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > writes pending state to the pact file" time="0.
|
|
232
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > writes pending state to the pact file" time="0.001644417">
|
|
82
233
|
</testcase>
|
|
83
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > writes comments and interaction test name for async message" time="0.
|
|
234
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with JSON data > writes comments and interaction test name for async message" time="0.001856214">
|
|
84
235
|
</testcase>
|
|
85
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with binary data > generates a pact with success" time="0.
|
|
236
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Asynchronous Messages > with binary data > generates a pact with success" time="0.001280005">
|
|
86
237
|
</testcase>
|
|
87
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > generates a pact with success" time="0.
|
|
238
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > generates a pact with success" time="0.008730637">
|
|
88
239
|
</testcase>
|
|
89
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > writes pending state to the pact file" time="0.
|
|
240
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > writes pending state to the pact file" time="0.001299051">
|
|
90
241
|
</testcase>
|
|
91
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > writes comments and interaction test name for sync message" time="0.
|
|
242
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with JSON data > writes comments and interaction test name for sync message" time="0.002257744">
|
|
92
243
|
</testcase>
|
|
93
|
-
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with plugin contents (gRPC) > generates a pact with success" time="0.
|
|
244
|
+
<testcase classname="test/message.integration.spec.ts" name="FFI integration test for the Message Consumer API > Synchronous Messages > with plugin contents (gRPC) > generates a pact with success" time="0.695800985">
|
|
94
245
|
</testcase>
|
|
95
246
|
</testsuite>
|
|
96
|
-
<testsuite name="test/plugin-verifier.integration.spec.ts" timestamp="2026-
|
|
97
|
-
<testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec > plugin tests > grpc interaction > should verify the gRPC interactions" time="0.
|
|
247
|
+
<testsuite name="test/plugin-verifier.integration.spec.ts" timestamp="2026-09-16T10:54:03.879Z" hostname="runnervmlun5p" tests="2" failures="0" errors="0" skipped="0" time="0.235910579">
|
|
248
|
+
<testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec > plugin tests > grpc interaction > should verify the gRPC interactions" time="0.17665662">
|
|
98
249
|
<system-out>
|
|
99
|
-
[
|
|
250
|
+
[10:54:02.727] [32mINFO[39m (2976): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
100
251
|
|
|
101
|
-
[
|
|
252
|
+
[10:54:02.731] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: binding path #0: : attempting to load native module from:
|
|
102
253
|
|
|
103
254
|
- /home/runner/work/pact-js-core/pact-js-core/prebuilds/linux-x64
|
|
104
255
|
source: pact-js-core binding lookup
|
|
@@ -106,7 +257,7 @@
|
|
|
106
257
|
- You can override via PACT_PREBUILD_LOCATION
|
|
107
258
|
[39m
|
|
108
259
|
|
|
109
|
-
[
|
|
260
|
+
[10:54:02.732] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: binding path #1: : attempting to load native module from:
|
|
110
261
|
|
|
111
262
|
- /home/runner/work/pact-js-core/pact-js-core/@pact-foundation/pact-core-linux-x64-glibc/prebuilds/linux-x64
|
|
112
263
|
source: pact-js-core binding lookup
|
|
@@ -114,55 +265,55 @@
|
|
|
114
265
|
- You can override via PACT_PREBUILD_LOCATION
|
|
115
266
|
[39m
|
|
116
267
|
|
|
117
|
-
[
|
|
268
|
+
[10:54:02.734] [32mINFO[39m (2976): [36m0.5.8: pact native library successfully found, and the correct version[39m
|
|
118
269
|
|
|
119
|
-
[
|
|
270
|
+
[10:54:02.734] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: Initialising native core at log level 'debug'[39m
|
|
120
271
|
|
|
121
|
-
[
|
|
272
|
+
[10:54:02.735] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFilterInfo' 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
273
|
|
|
123
|
-
[
|
|
274
|
+
[10:54:02.735] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetProviderState' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
124
275
|
|
|
125
|
-
[
|
|
276
|
+
[10:54:02.735] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetPublishOptions' 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
277
|
|
|
127
|
-
[
|
|
278
|
+
[10:54:02.736] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetConsumerFilters' was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
|
|
128
279
|
|
|
129
|
-
[
|
|
280
|
+
[10:54:02.736] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFailIfNoPactsFound' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
130
281
|
|
|
131
|
-
[
|
|
282
|
+
[10:54:02.736] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFollowRedirects' was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
|
|
132
283
|
|
|
133
|
-
[
|
|
284
|
+
[10:54:02.736] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierAddCustomHeader' was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
|
|
134
285
|
|
|
135
|
-
[
|
|
286
|
+
[10:54:02.737] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: checking source type of given pactUrl: /home/runner/work/pact-js-core/pact-js-core/test/integration/grpc/grpc.json[39m
|
|
136
287
|
|
|
137
|
-
[
|
|
288
|
+
[10:54:02.737] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/grpc/grpc.json as File source[39m
|
|
138
289
|
|
|
139
|
-
[
|
|
290
|
+
[10:54:02.737] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierBrokerSourceWithSelectors' 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
291
|
|
|
141
292
|
|
|
142
293
|
Server running at http://127.0.0.1:50052
|
|
143
294
|
|
|
144
|
-
[
|
|
295
|
+
[10:54:02.900] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: shutting down verifier with handle 0[39m
|
|
145
296
|
|
|
146
|
-
[
|
|
297
|
+
[10:54:02.900] [34mDEBUG[39m (2976): [36mpact-core@20.1.1: response from verifier: null, 0[39m
|
|
147
298
|
|
|
148
|
-
[
|
|
299
|
+
[10:54:02.901] [32mINFO[39m (2976): [36mpact-core@20.1.1: Verification successful[39m
|
|
149
300
|
|
|
150
301
|
|
|
151
302
|
</system-out>
|
|
152
303
|
</testcase>
|
|
153
|
-
<testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec > plugin tests > grpc interaction > runs the grpc client" time="0.
|
|
304
|
+
<testcase classname="test/plugin-verifier.integration.spec.ts" name="Plugin Verifier Integration Spec > plugin tests > grpc interaction > runs the grpc client" time="0.024779519">
|
|
154
305
|
<system-out>
|
|
155
306
|
{ name: [32m'A place'[39m }
|
|
156
307
|
|
|
157
308
|
</system-out>
|
|
158
309
|
</testcase>
|
|
159
310
|
</testsuite>
|
|
160
|
-
<testsuite name="test/verifier.integration.spec.ts" timestamp="2026-
|
|
161
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with spaces in the file path > should return a successful promise" time="0.
|
|
311
|
+
<testsuite name="test/verifier.integration.spec.ts" timestamp="2026-09-16T10:54:03.880Z" hostname="runnervmlun5p" tests="18" failures="0" errors="0" skipped="0" time="1.349052332">
|
|
312
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with spaces in the file path > should return a successful promise" time="0.084046699">
|
|
162
313
|
<system-out>
|
|
163
|
-
[
|
|
314
|
+
[10:54:01.660] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
164
315
|
|
|
165
|
-
[
|
|
316
|
+
[10:54:01.663] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: binding path #0: : attempting to load native module from:
|
|
166
317
|
|
|
167
318
|
- /home/runner/work/pact-js-core/pact-js-core/prebuilds/linux-x64
|
|
168
319
|
source: pact-js-core binding lookup
|
|
@@ -170,7 +321,7 @@ Server running at http://127.0.0.1:50052
|
|
|
170
321
|
- You can override via PACT_PREBUILD_LOCATION
|
|
171
322
|
[39m
|
|
172
323
|
|
|
173
|
-
[
|
|
324
|
+
[10:54:01.664] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: binding path #1: : attempting to load native module from:
|
|
174
325
|
|
|
175
326
|
- /home/runner/work/pact-js-core/pact-js-core/@pact-foundation/pact-core-linux-x64-glibc/prebuilds/linux-x64
|
|
176
327
|
source: pact-js-core binding lookup
|
|
@@ -178,364 +329,237 @@ Server running at http://127.0.0.1:50052
|
|
|
178
329
|
- You can override via PACT_PREBUILD_LOCATION
|
|
179
330
|
[39m
|
|
180
331
|
|
|
181
|
-
[
|
|
332
|
+
[10:54:01.666] [32mINFO[39m (2844): [36m0.5.8: pact native library successfully found, and the correct version[39m
|
|
182
333
|
|
|
183
|
-
[
|
|
334
|
+
[10:54:01.666] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: Initialising native core at log level 'debug'[39m
|
|
184
335
|
|
|
185
|
-
[
|
|
336
|
+
[10:54:01.667] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFilterInfo' 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
337
|
|
|
187
|
-
[
|
|
338
|
+
[10:54:01.667] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetProviderState' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
188
339
|
|
|
189
|
-
[
|
|
340
|
+
[10:54:01.667] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetPublishOptions' 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
341
|
|
|
191
|
-
[
|
|
342
|
+
[10:54:01.668] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetConsumerFilters' was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
|
|
192
343
|
|
|
193
|
-
[
|
|
344
|
+
[10:54:01.668] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFailIfNoPactsFound' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
194
345
|
|
|
195
|
-
[
|
|
346
|
+
[10:54:01.668] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFollowRedirects' was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
|
|
196
347
|
|
|
197
|
-
[
|
|
348
|
+
[10:54:01.668] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierAddCustomHeader' was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
|
|
198
349
|
|
|
199
|
-
[
|
|
350
|
+
[10:54:01.669] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: 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
351
|
|
|
201
|
-
[
|
|
352
|
+
[10:54:01.669] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json as File source[39m
|
|
202
353
|
|
|
203
|
-
[
|
|
354
|
+
[10:54:01.669] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierBrokerSourceWithSelectors' 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
355
|
|
|
205
|
-
[
|
|
356
|
+
[10:54:01.669] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierAddProviderTransport' was not executed as it had non-fatal validation errors: No additional provider transports provided[39m
|
|
206
357
|
|
|
207
358
|
|
|
208
|
-
[
|
|
359
|
+
[10:54:01.741] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: shutting down verifier with handle 0[39m
|
|
209
360
|
|
|
210
|
-
[
|
|
361
|
+
[10:54:01.741] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: response from verifier: null, 0[39m
|
|
211
362
|
|
|
212
|
-
[
|
|
363
|
+
[10:54:01.741] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
213
364
|
|
|
214
365
|
|
|
215
366
|
</system-out>
|
|
216
367
|
</testcase>
|
|
217
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with spaces in the file path > with some broker args but no broker URL > should return a successful promise" time="0.
|
|
368
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with spaces in the file path > with some broker args but no broker URL > should return a successful promise" time="0.058109908">
|
|
218
369
|
<system-out>
|
|
219
|
-
[
|
|
220
|
-
|
|
221
|
-
[15:25:31.784] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: the optional ffi function 'pactffiVerifierSetFilterInfo' 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 'pactffiVerifierSetProviderState' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
370
|
+
[10:54:01.743] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
224
371
|
|
|
225
|
-
[
|
|
372
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFilterInfo' 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
|
|
226
373
|
|
|
227
|
-
[
|
|
374
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetProviderState' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
228
375
|
|
|
229
|
-
[
|
|
376
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetConsumerFilters' was not executed as it had non-fatal validation errors: Either no consumerFilters option provided, or the array was empty[39m
|
|
230
377
|
|
|
231
|
-
[
|
|
378
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFailIfNoPactsFound' was not executed as it had non-fatal validation errors: No failIfNoPactsFound option provided[39m
|
|
232
379
|
|
|
233
|
-
[
|
|
380
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierSetFollowRedirects' was not executed as it had non-fatal validation errors: No followRedirects option provided[39m
|
|
234
381
|
|
|
235
|
-
[
|
|
382
|
+
[10:54:01.744] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierAddCustomHeader' was not executed as it had non-fatal validation errors: No customProviderHeaders option provided[39m
|
|
236
383
|
|
|
237
|
-
[
|
|
384
|
+
[10:54:01.745] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: checking source type of given pactUrl: /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json[39m
|
|
238
385
|
|
|
239
|
-
[
|
|
386
|
+
[10:54:01.745] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: adding /home/runner/work/pact-js-core/pact-js-core/test/integration/me-they-weird path-success.json as File source[39m
|
|
240
387
|
|
|
388
|
+
[10:54:01.745] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierBrokerSourceWithSelectors' was not executed as it had non-fatal validation errors: No pactBrokerUrl option / PACT_BROKER_BASE_URL set, or no provider option set[39m
|
|
241
389
|
|
|
242
|
-
[
|
|
390
|
+
[10:54:01.745] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: the optional ffi function 'pactffiVerifierAddProviderTransport' was not executed as it had non-fatal validation errors: No additional provider transports provided[39m
|
|
243
391
|
|
|
244
|
-
[15:25:31.848] [34mDEBUG[39m (2666): [36mpact-core@20.0.0: response from verifier: null, 0[39m
|
|
245
392
|
|
|
246
|
-
[
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
</system-out>
|
|
250
|
-
</testcase>
|
|
251
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > without provider states > 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 > when given a successful contract > with Provider States > 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
|
|
393
|
+
[10:54:01.800] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: shutting down verifier with handle 1[39m
|
|
264
394
|
|
|
395
|
+
[10:54:01.800] [34mDEBUG[39m (2844): [36mpact-core@20.1.1: response from verifier: null, 0[39m
|
|
265
396
|
|
|
266
|
-
[
|
|
397
|
+
[10:54:01.800] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
267
398
|
|
|
268
399
|
|
|
269
400
|
</system-out>
|
|
270
401
|
</testcase>
|
|
271
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract >
|
|
402
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > without provider states > should return a successful promise with detailed JSON results" time="0.053803044">
|
|
272
403
|
<system-out>
|
|
273
|
-
[
|
|
404
|
+
[10:54:01.801] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
274
405
|
|
|
275
406
|
|
|
276
|
-
[
|
|
407
|
+
[10:54:01.852] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
277
408
|
|
|
278
409
|
|
|
279
410
|
</system-out>
|
|
280
411
|
</testcase>
|
|
281
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with
|
|
412
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with Provider States > should return a successful promise with detailed JSON results" time="0.071450328">
|
|
282
413
|
<system-out>
|
|
283
|
-
[
|
|
414
|
+
[10:54:01.855] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
284
415
|
|
|
285
416
|
|
|
286
|
-
[
|
|
417
|
+
[10:54:01.923] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
287
418
|
|
|
288
419
|
|
|
289
420
|
</system-out>
|
|
290
421
|
</testcase>
|
|
291
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with
|
|
422
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with POST data > should return a successful promise" time="0.053748182">
|
|
292
423
|
<system-out>
|
|
293
|
-
[
|
|
294
|
-
|
|
295
|
-
[15:25:32.120] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verifying Pact Files[39m
|
|
424
|
+
[10:54:01.926] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
296
425
|
|
|
297
426
|
|
|
298
|
-
[
|
|
427
|
+
[10:54:01.980] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
299
428
|
|
|
300
429
|
|
|
301
430
|
</system-out>
|
|
302
431
|
</testcase>
|
|
303
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a
|
|
432
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with POST data and regex validation > should return a successful promise" time="0.052334813">
|
|
304
433
|
<system-out>
|
|
305
|
-
[
|
|
434
|
+
[10:54:01.980] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
306
435
|
|
|
307
436
|
|
|
308
|
-
[
|
|
437
|
+
[10:54:02.032] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
309
438
|
|
|
310
439
|
|
|
311
440
|
</system-out>
|
|
312
441
|
</testcase>
|
|
313
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given
|
|
442
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a successful contract > with monkeypatch file specified > should return a successful promise" time="0.057058887">
|
|
314
443
|
<system-out>
|
|
315
|
-
[
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
[15:25:32.352] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
|
|
444
|
+
[10:54:02.033] [33mWARN[39m (2844): [36mpact-core@20.1.1: monkeypatch is deprecated and no longer has any effect[39m
|
|
319
445
|
|
|
446
|
+
[10:54:02.033] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
320
447
|
|
|
321
|
-
</system-out>
|
|
322
|
-
</testcase>
|
|
323
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a local file > 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
448
|
|
|
327
|
-
|
|
328
|
-
[15:25:32.465] [32mINFO[39m (2666): [36mpact-core@20.0.0: Verification successful[39m
|
|
449
|
+
[10:54:02.089] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
329
450
|
|
|
330
451
|
|
|
331
452
|
</system-out>
|
|
332
453
|
</testcase>
|
|
333
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given
|
|
454
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given a failing contract > should return a rejected promise with detailed JSON results in the error message" time="0.064629294">
|
|
334
455
|
<system-out>
|
|
335
|
-
[
|
|
456
|
+
[10:54:02.090] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
336
457
|
|
|
337
458
|
|
|
338
|
-
[
|
|
459
|
+
[10:54:02.152] [31mERROR[39m (2844): [36mpact-core@20.1.1: Verification unsuccessful[39m
|
|
339
460
|
|
|
340
461
|
|
|
341
462
|
</system-out>
|
|
342
463
|
</testcase>
|
|
343
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple
|
|
464
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple successful API calls in a contract > should return a successful promise" time="0.080455328">
|
|
344
465
|
<system-out>
|
|
345
|
-
[
|
|
466
|
+
[10:54:02.155] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
346
467
|
|
|
347
468
|
|
|
348
|
-
[
|
|
469
|
+
[10:54:02.235] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
349
470
|
|
|
350
471
|
|
|
351
472
|
</system-out>
|
|
352
473
|
</testcase>
|
|
353
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a
|
|
474
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a local file > should return a successful promise" time="0.102732455">
|
|
354
475
|
<system-out>
|
|
355
|
-
[
|
|
476
|
+
[10:54:02.235] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
356
477
|
|
|
357
478
|
|
|
358
|
-
[
|
|
479
|
+
[10:54:02.337] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
359
480
|
|
|
360
481
|
|
|
361
482
|
</system-out>
|
|
362
483
|
</testcase>
|
|
363
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a
|
|
484
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a local file > should attribute every interaction result to its pact" time="0.110350789">
|
|
364
485
|
<system-out>
|
|
365
|
-
[
|
|
486
|
+
[10:54:02.338] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
366
487
|
|
|
367
488
|
|
|
368
|
-
[
|
|
489
|
+
[10:54:02.445] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
369
490
|
|
|
370
491
|
|
|
371
492
|
</system-out>
|
|
372
493
|
</testcase>
|
|
373
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when
|
|
494
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a Pact Broker > without authentication > should return a successful promise" time="0.116667045">
|
|
374
495
|
<system-out>
|
|
375
|
-
[
|
|
496
|
+
[10:54:02.449] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
376
497
|
|
|
377
498
|
|
|
378
|
-
[
|
|
499
|
+
[10:54:02.565] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
379
500
|
|
|
380
501
|
|
|
381
502
|
</system-out>
|
|
382
503
|
</testcase>
|
|
383
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when
|
|
504
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a Pact Broker > with authentication > and a valid user/password > should return a successful promise" time="0.126796015">
|
|
384
505
|
<system-out>
|
|
385
|
-
[
|
|
506
|
+
[10:54:02.566] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
386
507
|
|
|
387
508
|
|
|
388
|
-
[
|
|
509
|
+
[10:54:02.692] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
389
510
|
|
|
390
511
|
|
|
391
512
|
</system-out>
|
|
392
513
|
</testcase>
|
|
393
|
-
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when
|
|
514
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a Pact Broker > with authentication > and an invalid user/password > should return a rejected promise" time="0.059709271">
|
|
394
515
|
<system-out>
|
|
395
|
-
[
|
|
516
|
+
[10:54:02.692] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
396
517
|
|
|
397
518
|
|
|
398
|
-
[
|
|
519
|
+
[10:54:02.751] [31mERROR[39m (2844): [36mpact-core@20.1.1: Verification unsuccessful[39m
|
|
399
520
|
|
|
400
521
|
|
|
401
522
|
</system-out>
|
|
402
523
|
</testcase>
|
|
403
|
-
|
|
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 > treats numeric status code 0 as success" time="0.002836434">
|
|
406
|
-
</testcase>
|
|
407
|
-
<testcase classname="src/consumer/checkErrors.spec.ts" name="checkErrors > 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 > when automatically finding pacts from a broker > when not given --pact-urls and only --pact-broker-url > should fail with an error because provider is missing" time="0.007535491">
|
|
524
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when given multiple contracts > from a Pact Broker > with authentication > and an invalid user/password > should return the verifier error output in the returned promise" time="0.066984417">
|
|
412
525
|
<system-out>
|
|
413
|
-
[
|
|
526
|
+
[10:54:02.752] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
414
527
|
|
|
415
528
|
|
|
416
|
-
|
|
417
|
-
</testcase>
|
|
418
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when automatically finding pacts from a broker > when given valid arguments > should return a Verifier object" time="0.00114508">
|
|
419
|
-
</testcase>
|
|
420
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when automatically finding pacts from a broker > when given an unknown array argument > should return a Verifier object" time="0.000433276">
|
|
421
|
-
</testcase>
|
|
422
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when not given --pact-urls or --provider-base-url > should fail with an error" time="0.000274023">
|
|
423
|
-
</testcase>
|
|
424
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given an invalid timeout > should fail with an error" time="0.00032247">
|
|
425
|
-
</testcase>
|
|
426
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given remote Pact URLs that don't exist > 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 > when given local Pact URLs that do exist > should not fail" time="0.000222293">
|
|
429
|
-
</testcase>
|
|
430
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when requested to publish verification results to a Pact Broker > and specifies a provider version > should pass through to the Pact Verifier" time="0.000276726">
|
|
431
|
-
</testcase>
|
|
432
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when requested to publish verification results to a Pact Broker > and does not specify provider version > 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
|
|
529
|
+
[10:54:02.818] [31mERROR[39m (2844): [36mpact-core@20.1.1: Verification unsuccessful[39m
|
|
435
530
|
|
|
436
531
|
|
|
437
532
|
</system-out>
|
|
438
533
|
</testcase>
|
|
439
|
-
<testcase classname="
|
|
440
|
-
</testcase>
|
|
441
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using includeWipPactsSince > should accept a non-empty string" time="0.000139691">
|
|
442
|
-
</testcase>
|
|
443
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using includeWipPactsSince > should not accept an empty string" time="0.000181504">
|
|
444
|
-
</testcase>
|
|
445
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using followRedirects > should accept a boolean" time="0.000684357">
|
|
446
|
-
</testcase>
|
|
447
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using followRedirects > should not accept a non-boolean" time="0.00025239">
|
|
448
|
-
</testcase>
|
|
449
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when an using format option > should work with either 'json' or 'xml'" time="0.001095231">
|
|
534
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when publishing verification results to a Pact Broker > and there is a valid Pact file with spaces in the path > should return a successful promise" time="0.055728681">
|
|
450
535
|
<system-out>
|
|
451
|
-
[
|
|
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
|
|
536
|
+
[10:54:02.819] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
456
537
|
|
|
457
538
|
|
|
458
|
-
|
|
459
|
-
</testcase>
|
|
460
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when an using format option > 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
|
|
539
|
+
[10:54:02.874] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
463
540
|
|
|
464
541
|
|
|
465
542
|
</system-out>
|
|
466
543
|
</testcase>
|
|
467
|
-
<testcase classname="
|
|
468
|
-
</testcase>
|
|
469
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when pactBrokerUrl is provided > should not fail" time="0.000323908">
|
|
470
|
-
</testcase>
|
|
471
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when consumerVersionTags is not provided > should not fail" time="0.000254151">
|
|
472
|
-
</testcase>
|
|
473
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when consumerVersionTags is provided as an array > should not fail" time="0.000578635">
|
|
474
|
-
</testcase>
|
|
475
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providerVersionTags is not provided > should not fail" time="0.000240213">
|
|
476
|
-
</testcase>
|
|
477
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providerVersionTags is provided as an array > should not fail" time="0.000200816">
|
|
478
|
-
</testcase>
|
|
479
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using a bearer token > and specifies a username or password > should fail with an error" time="0.000595392">
|
|
544
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when publishing verification results to a Pact Broker > and there is a valid verification HAL link in the Pact file > should return a successful promise" time="0.060504372">
|
|
480
545
|
<system-out>
|
|
481
|
-
[
|
|
546
|
+
[10:54:02.875] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
482
547
|
|
|
483
548
|
|
|
484
|
-
|
|
485
|
-
</testcase>
|
|
486
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when using a bearer token > should not fail" time="0.000235963">
|
|
487
|
-
</testcase>
|
|
488
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when providing consumerVersionSelectors > and an unsupported selector is specified > 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 'unsupportedFlag' 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
|
|
549
|
+
[10:54:02.935] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
491
550
|
|
|
492
551
|
|
|
493
552
|
</system-out>
|
|
494
553
|
</testcase>
|
|
495
|
-
<testcase classname="
|
|
554
|
+
<testcase classname="test/verifier.integration.spec.ts" name="Verifier Integration Spec > when publishing verification results to a Pact Broker > and there is an invalid verification HAL link in the Pact file > should fail with an error" time="0.061265252">
|
|
496
555
|
<system-out>
|
|
497
|
-
[
|
|
556
|
+
[10:54:02.936] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verifying Pact Files[39m
|
|
498
557
|
|
|
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
558
|
|
|
501
|
-
[
|
|
502
|
-
|
|
503
|
-
[15:25:31.341] [33mWARN[39m (2644): [36mpact-core@20.0.0: consumerVersionSelectors: [{ lastest: true }][39m
|
|
559
|
+
[10:54:02.996] [32mINFO[39m (2844): [36mpact-core@20.1.1: Verification successful[39m
|
|
504
560
|
|
|
505
561
|
|
|
506
562
|
</system-out>
|
|
507
563
|
</testcase>
|
|
508
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"tag":"a-tag"}" time="0.000265036">
|
|
509
|
-
</testcase>
|
|
510
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"latest":true}" time="0.000132216">
|
|
511
|
-
</testcase>
|
|
512
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"consumer":"the-consumer"}" time="0.000138375">
|
|
513
|
-
</testcase>
|
|
514
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"deployedOrReleased":true}" time="0.000119063">
|
|
515
|
-
</testcase>
|
|
516
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"deployed":true}" time="0.000106689">
|
|
517
|
-
</testcase>
|
|
518
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"released":true}" time="0.00008812">
|
|
519
|
-
</testcase>
|
|
520
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"environment":"an-environment"}" time="0.000088161">
|
|
521
|
-
</testcase>
|
|
522
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"fallbackTag":"a-fallback-tag"}" time="0.002609967">
|
|
523
|
-
</testcase>
|
|
524
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"branch":"the-branch"}" time="0.000205095">
|
|
525
|
-
</testcase>
|
|
526
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"mainBranch":false}" time="0.000115941">
|
|
527
|
-
</testcase>
|
|
528
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > and valid selectors are specified > should not fail when consumerVersionSelectors is {"matchingBranch":true}" time="0.000115038">
|
|
529
|
-
</testcase>
|
|
530
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the object notation > should pass through to the Pact Verifier" time="0.000494584">
|
|
531
|
-
</testcase>
|
|
532
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the legacy array notation > should pass through to the Pact Verifier" time="0.000264063">
|
|
533
|
-
</testcase>
|
|
534
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given customProviderHeaders > using the legacy array notation > and the format is incorrect > should throw an error" time="0.000224948">
|
|
535
|
-
</testcase>
|
|
536
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given providerBranch > should not throw an error" time="0.000182969">
|
|
537
|
-
</testcase>
|
|
538
|
-
<testcase classname="src/verifier/validateOptions.spec.ts" name="Verifier argument validator > when given unknown properties > should ignore them and not throw an error" time="0.000205233">
|
|
539
|
-
</testcase>
|
|
540
564
|
</testsuite>
|
|
541
565
|
</testsuites>
|