Skip to content

Commit

Permalink
Update specmatic-kafka jar and use specmatic.yaml for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshnikam671 committed Jul 22, 2024
1 parent 7415818 commit d914cf1
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 49 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
{
"name": "specmatic-kafka-0.22.5-TRIAL.jar",
"url": "specmatic-kafka-0.22.5-TRIAL.jar",
"size": 275788,
"sha512": "05d52edd454666a0984310b960cffbba3c0e7c60a7974a0b17d1ce633d45ec9e188852aacf2a22587cf113afb831c64782898930ae89631d4b7a072fc80db441",
"sha256": "66a91ebbf20e4ef6689e2dfe27b32ce277f681005840b415f6c0def4a74e3720",
"sha1": "cae61381b88d1ed41d3b56a7fddb4a7585df579e",
"md5": "7e7d4b8397630399c4ee2289effafd99"
"size": 275682,
"sha512": "096cf972c99220ca302e642aa361834e2e580502e851726626ef0bc07a985ec1a4cc715e674b30b2ec23ef1daea0e9d716cb6d034b6ddec0dbb4532de3732689",
"sha256": "4aa0a2f23ad697f2c6150a6fc3f945fa05cb73dabef30addcdfd52198dfd71de",
"sha1": "683a4e20fdbe4cf76976bb9de592822738d6869e",
"md5": "5b200d279ad92d3596bfc50286009c4f"
}
]
},
Expand Down Expand Up @@ -272,11 +272,11 @@
{
"name": "specmatic-kafka-0.22.5-TRIAL.jar",
"url": "specmatic-kafka-0.22.5-TRIAL.jar",
"size": 275788,
"sha512": "05d52edd454666a0984310b960cffbba3c0e7c60a7974a0b17d1ce633d45ec9e188852aacf2a22587cf113afb831c64782898930ae89631d4b7a072fc80db441",
"sha256": "66a91ebbf20e4ef6689e2dfe27b32ce277f681005840b415f6c0def4a74e3720",
"sha1": "cae61381b88d1ed41d3b56a7fddb4a7585df579e",
"md5": "7e7d4b8397630399c4ee2289effafd99"
"size": 275682,
"sha512": "096cf972c99220ca302e642aa361834e2e580502e851726626ef0bc07a985ec1a4cc715e674b30b2ec23ef1daea0e9d716cb6d034b6ddec0dbb4532de3732689",
"sha256": "4aa0a2f23ad697f2c6150a6fc3f945fa05cb73dabef30addcdfd52198dfd71de",
"sha1": "683a4e20fdbe4cf76976bb9de592822738d6869e",
"md5": "5b200d279ad92d3596bfc50286009c4f"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions lib/specmatic-kafka-0.22.5-TRIAL-all.jar
Git LFS file not shown
37 changes: 0 additions & 37 deletions specmatic.json

This file was deleted.

22 changes: 22 additions & 0 deletions specmatic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sources:
- provider: git
repository: https://github.com/znsio/specmatic-order-contracts.git
test:
- in/specmatic/examples/store/product-search-bff-api_v4.yaml
stub:
- in/specmatic/examples/store/api_order_v3.yaml
- in/specmatic/examples/store/kafka.yaml
report:
formatters:
- type: text
layout: table
types:
APICoverage:
OpenAPI:
successCriteria:
minThresholdPercentage: 70
maxMissedEndpointsInSpec: 0
enforce: true
excludedEndpoints:
- /health

0 comments on commit d914cf1

Please sign in to comment.