Skip to content

Commit c0ad485

Browse files
committed
updating README
Signed-off-by: Tim Ireland <[email protected]>
1 parent 8f3cc2a commit c0ad485

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# pacts
1+
# Contract testing pact Notes
2+
3+
## Pacts
4+
25
This folder comntains the consumer cretaed contracts (pacts) these are created from lambdas/backend-client/src/__tests__/api.pact.spec.ts
36

4-
# Verifier
7+
## Verifier
8+
59
This is a unit test which runs against
610
This runs against the api /lambdas/backend-api/src/__tests__/templates/api/api.pact.test.ts and verifies the pacts generated from the client.
711

8-
9-
# Bi-directional contract testing
12+
## Bi-directional contract testing
1013

1114
This verifies that the consumer tests are comptibale with the provider OAS spec infrastructure/terraform/modules/backend-api/spec.tmpl.json
1215

13-
This bi-directional contract testing is only available as SAAS see https://pactflow.io/oss/
16+
This bi-directional contract testing is only available as SAAS see <https://pactflow.io/oss/>
1417

15-
See https://docs.pactflow.io/docs/bi-directional-contract-testing
18+
See <https://docs.pactflow.io/docs/bi-directional-contract-testing>

0 commit comments

Comments
 (0)