Skip to content

Commit

Permalink
cleaned up the specmatic config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nashjain committed Feb 12, 2025
1 parent 64549fb commit cee6cf5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/test/resources/specmatic.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
version: 2
contracts:
- git:
url: "https://github.com/znsio/specmatic-order-contracts.git"
url: https://github.com/znsio/specmatic-order-contracts.git
provides:
- "io/specmatic/examples/store/openapi/product_search_bff_v4.yaml"
- io/specmatic/examples/store/openapi/product_search_bff_v4.yaml
consumes:
- "io/specmatic/examples/store/openapi/api_order_v3.yaml"
- "io/specmatic/examples/store/asyncapi/kafka.yaml"
- io/specmatic/examples/store/openapi/api_order_v3.yaml
- io/specmatic/examples/store/asyncapi/kafka.yaml
report:
formatters:
- type: "text"
layout: "table"
- type: text
layout: table
types:
APICoverage:
OpenAPI:
Expand All @@ -21,6 +20,6 @@ report:
enforce: true
test:
resiliencyTests:
enable: "all"
enable: all
examples:
- "src/test/resources/bff"
- src/test/resources/bff

0 comments on commit cee6cf5

Please sign in to comment.