Skip to content

Commit 873a9fc

Browse files
committed
chore: docs
1 parent 3d64f03 commit 873a9fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WireMock Pact
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.wiremockpact/wiremock-pact/badge.svg)](https://repo1.maven.org/maven2/se/bjurr/wiremockpact)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.wiremockpact/wiremock-pact/badge.svg)](https://central.sonatype.com/search?q=se.bjurr.wiremockpact)
44

55
It will get the requests from [WireMock](https://github.com/wiremock/wiremock/) and create [Pact JSON](https://docs.pact.io/) files on the filesystem. The Pact JSON can be published to a [Pactflow broker](https://test.pactflow.io/) with `curl`, see example in this readme.
66

docs/example-rest-application.puml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
@startuml pact-with-wiremock
3-
!theme vibrant
3+
skin rose
44

55
Control "CI Pipeline" as CI
66

77
box "Application"
88
participant "Integration Test" as IT
99
participant "System Under Test" as SUT
1010
participant "WireMock" as WM
11-
participant "WireMock Pact" as WMP
11+
participant "WireMock Pact" as WMP #LightBlue
1212
end box
1313

1414
Collections "Filesystem" as FS
@@ -25,7 +25,7 @@ activate IT
2525
WMP --> IT
2626
deactivate WMP
2727

28-
loop Run all integration tests
28+
loop #LightGreen Run all integration tests
2929
IT -> SUT
3030
activate SUT
3131
SUT -> WM

docs/pact-with-wiremock.png

6.56 KB
Loading

0 commit comments

Comments
 (0)