Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to verify pacts from a broker and optionally given tags #4

Merged
merged 5 commits into from
Jul 1, 2016

Conversation

mefellows
Copy link
Member

Added new fields BrokerURL and Tags to the pact.Verify() function.

If BrokerURL is provided, pact will explore a Pact Broker and find all of the latest versions of any consumers (using HAL to navigate). This alleviates the need to explicitly pass in PactURLs and is more flexible as more consumers come on board.

Additionally, if Tags is provided, Pact will find all of the latest consumers by each Tag. This is useful when using Matrix based testing.

@mefellows mefellows merged commit f6e39b2 into master Jul 1, 2016
@mefellows mefellows deleted the feature/publish-from-tag branch July 1, 2016 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant