You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,8 +275,8 @@ new Verifier().verifyProvider(opts).then(function () {
275
275
|`providerStatesSetupUrl`| false | string | URL to send PUT requests to setup a given provider state. Optional, required only if you provide a 'state' in any consumer tests. |
|`publishVerificationResult`| false | boolean | Publish verification result to Broker |
279
-
|`providerVersion`| false |boolean| Provider version, required to publish verification results to a broker |
278
+
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |boolean
279
+
|`providerVersion`| false |string | Provider version, required to publish verification results to a broker |
280
280
|`customProviderHeaders`| false | array of strings | Header(s) to add to provider state set up and pact verification re`quests`. eg 'Authorization: Basic cGFjdDpwYWN0'.Broker. Optional otherwise. |
281
281
|`timeout`| false | number | The duration in ms we should wait to confirm verification process was successful. Defaults to 30000, Optional. |
0 commit comments