Skip to content

Commit c06394d

Browse files
authored
Merge pull request #1710 from holly-cummins/develop
Add newly-published Pact resources
2 parents 462dbd9 + 8e00857 commit c06394d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_posts/2023-05-15-pact-and-quarkus-3.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ and http://quarkus.io/extensions/io.quarkiverse.pact/quarkus-pact-consumer[consu
7878

7979
To install the consumer extensions, run
8080

81-
```
81+
----
8282
quarkus ext add io.quarkiverse.pact:quarkus-pact-consumer
83-
```
83+
----
8484

8585
The provider extension can be installed with
86-
```
86+
----
8787
quarkus ext add io.quarkiverse.pact:quarkus-pact-provider
88-
```
88+
----
8989

9090
For a deeper dive into contract testing, check out https://www.youtube.com/watch?v=d9CSY8HuZ9U[Quarkus Insights #117].
9191

@@ -98,8 +98,10 @@ great workflow as other tests.
9898

9999
== More resources
100100

101-
- https://github.com/holly-cummins/pact-quarkus-sweater-demo[Sample application showing the Quarkus Pact extension]
101+
- https://quarkiverse.github.io/quarkiverse-docs/quarkus-pact/dev/index.html[Documentation for the Pact extensions]
102102
- https://docs.pact.io/implementation_guides/jvm[The Pact JVM binding documentation]
103+
- https://quarkus.io/quarkus-workshops/super-heroes/index.html#contract-testing[Contract Testing Module] of the Quarkus Superheroes workshop
103104
- https://www.youtube.com/watch?v=d9CSY8HuZ9U[Quarkus Insights about the Pact extension]
104-
- https://appdev.consulting.redhat.com/tracks/contract-first/[Contract-first development](with OpenAPIGenerator, Schemathesis, and Prism)
105+
- https://github.com/holly-cummins/pact-quarkus-sweater-demo[Sample application showing the Quarkus Pact extension]
106+
- https://appdev.consulting.redhat.com/tracks/contract-first/[Contract-first development] (with OpenAPIGenerator, Schemathesis, and Prism)
105107

0 commit comments

Comments
 (0)