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

Feat/update fail if no pacts found pr #314

Merged
merged 4 commits into from
Aug 7, 2024

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Aug 6, 2024

fixes #272

continuation of #283

Usage

Pact.service_provider 'your-provider-name' do
  honours_pacts_from_pact_broker do
    pact_broker_base_url '<pact_broker_url>'
    fail_if_no_pacts_found false # defaults to true
  end
end

@YOU54F YOU54F merged commit 84b406f into master Aug 7, 2024
62 checks passed
@YOU54F YOU54F deleted the feat/update-fail-if-no-pacts-found-pr branch August 7, 2024 10:03
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.

Verify when the provider has no matching Pacts
2 participants