We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To generate markdown documentation from the pact files, in the pact_helper.rb file in the consumer project configure:
pact_helper.rb
Pact.configure do | config | config.doc_generator = :markdown config.doc_dir = "..." # optional, defaults to "./doc/pacts" end