Skip to content

Commit aac4975

Browse files
committed
update readme
1 parent 4345a95 commit aac4975

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
Further documentation see the [HMCTS Marketplace Springboot template readme](https://github.com/hmcts/service-hmcts-marketplace-springboot-template/blob/main/README.md).
66

7+
### Run pact provider test and publish verification report to pact broker locally
8+
9+
update .env file with below details
10+
PACT_BROKER_URL= <<PactFlow broker url>>
11+
PACT_BROKER_HOST=<<PactFlow broker url excluding https://>>
12+
PACT_BROKER_TOKEN= <<Your PactFlow broker token>>
13+
PACT_ENV= << This is the environment in PactFlow broker to which we tag the contracts>
14+
PACT_VERIFIER_PUBLISH_RESULTS=true
15+
run ./publish-pacts.sh
16+
717
## License
818

919
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)