Sha256: 823477e75ce2d15424140bb09a290e05cd55e38693d64d0af9d8fead4e2420a0
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 Bytes
Contents
# Issues ## Reproducing an issue In [script/reproduce-issue.rb](script/reproduce-issue.rb) you will find a fluent API that allows you to simulate client libraries interacting with the Pact Broker. You can use it to easily reproduce issues. To use it: * Run the Pact Broker using a specific Pact Broker Docker image by setting the required tag for the pact-broker service in the docker-compose-issue-repro-with-pact-broker-docker-image.yml file. ``` docker-compose -f docker-compose-issue-repro-with-pact-broker-docker-image.yml up --build pact-broker ``` * Run the reproduction script. ``` docker-compose -f docker-compose-issue-repro-with-pact-broker-docker-image.yml up repro-issue ``` You can modify `script/reproduce-issue.rb` and then re-run it with the change applied.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.76.1 | ISSUES.md |
pact_broker-2.76.0 | ISSUES.md |