Skip to content

Files

10 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 364 Bytes

Local file system

Pact broker

  1. follow broker/README.md to start the pact-broker
  2. run ./gradlew pactPublish in consumer/java to publish a pact
  3. run yarn pact:publish in consumer/js to publish a pact
  4. run ./gradlew build in provider/jvm-provider to publish a verification alternatively execute PactJunitIntegrationTest in your ide