You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
***verifier:** run beforeEach/afterEach once per interaction without desyncing on hook failure ([#1865](https://github.com/pact-foundation/pact-js/issues/1865)) ([fed47e2](https://github.com/pact-foundation/pact-js/commit/fed47e220af427d654f8b192333e6d6425118425)), closes [#1864](https://github.com/pact-foundation/pact-js/issues/1864)
* drop node 20, test against node 26 ([#1813](https://github.com/pact-foundation/pact-js/issues/1813)) ([bdf71f7](https://github.com/pact-foundation/pact-js/commit/bdf71f758cb410f2795b46dc36d173a1399feac3))
Copy file name to clipboardExpand all lines: website/docs/implementation_guides/javascript/docs/provider.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ new Verifier(opts).verifyProvider().then(function () {
75
75
|`providerStatesSetupUrl`| false | string | Deprecated (use URL to send PUT requests to setup a given provider state |
76
76
|`stateHandlers`| false | object | Map of "state" to a function that sets up a given provider state. See docs below for more information |
77
77
|`requestFilter`| false | function ([Express middleware](https://expressjs.com/en/guide/using-middleware.html)) | Function that may be used to alter the incoming request or outgoing response from the verification process. See below for use. |
78
+
|`tlsClientOptions`| false | object | TLS client credentials sent by the verification proxy to an HTTPS provider. Supports `pfx` and `passphrase`, or `cert` and `key`. |
78
79
|`beforeEach`| false | function | Function to execute prior to each interaction being validated |
79
80
|`afterEach`| false | function | Function to execute after each interaction has been validated |
0 commit comments