Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pact/src/deps.dev.ts>DenoPact#verifierBrokerSourceWithSelectors

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Latest
method DenoPact.prototype.verifierBrokerSourceWithSelectors
import { DenoPact } from "https://deno.land/x/pact@0.1.0/src/deps.dev.ts";

Parameters

args: { url: string; username?: string; password?: string; token?: string; enablePending?: boolean; includeWipPactsSince?: string | true; providerTags?: string[]; providerBranch?: string; consumerVersionSelectors?: { [key: string]: string | boolean; }[]; consumerVersionTags?: string[]; }