Sha256: 3f351b738a08bb297e51740aed1cda00ff5d9a382fdc7272cf77655a39fce8db
Contents?: true
Size: 611 Bytes
Versions: 7
Compression:
Stored size: 611 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 the latest development code: ``` docker-compose -f docker-compose-issue-repro.yml up --build pact-broker ``` * Run the reproduction script. ``` docker-compose -f docker-compose-issue-repro.yml up repro-issue ``` You can modify `script/reproduce-issue.rb` and then re-run it with the change applied.
Version data entries
7 entries across 7 versions & 1 rubygems