question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable pacts to be published to a broker as part of the library

See original GitHub issue

Or add the documentation if this is already available.

Here is an example of the ruby task - it should support the same functionality.

PactBroker::Client::PublicationTask.new do | task |
  task.consumer_version = MyConsumer::VERSION # required
  task.pact_broker_base_url = "http://pact-broker.my.org" # required
  task.tag = "dev" # optional
  task.pact_broker_basic_auth =  { username: 'basic_auth_user', password: 'basic_auth_pass'} #optional
end

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
neilcampbellcommented, Jul 15, 2017

This is now done and is available in the latest v2 package.

1reaction
bethesquecommented, Jul 16, 2017

Sometimes I’m awesome.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Branches | Pact Docs
Branches are automatically created and associated with a pacticipant version when pacts and verification results are published. Check the ...
Read more >
Introduction | Pact Docs
The Pact Broker is an application for sharing consumer driven contracts and verification results. It is optimised for use with "pacts" ...
Read more >
Creating a Consumer-Driven Contract with Angular and Pact
Thus, we should publish the pact somehow. For this, you can set up a Pact Broker, which acts as a repository for pacts....
Read more >
MQTT - Wikipedia
An MQTT broker is a server that receives all messages from the clients and then routes the messages to the appropriate destination clients....
Read more >
2023 Code of Ethics & Standards of Practice
Article 1. When representing a buyer, seller, landlord, tenant, or other client as an agent, REALTORS® pledge themselves to protect and promote the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found