-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecmatic.yaml
More file actions
56 lines (56 loc) · 1.55 KB
/
specmatic.yaml
File metadata and controls
56 lines (56 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
version: 3
systemUnderTest:
service:
$ref: "#/components/services/productSearchBffService"
runOptions:
$ref: "#/components/runOptions/productSearchBffServiceTest"
dependencies:
services:
- service:
$ref: "#/components/services/orderApiService"
runOptions:
$ref: "#/components/runOptions/orderApiServiceMock"
data:
examples:
- directories:
- ./test/data
specmatic:
governance:
successCriteria:
minCoveragePercentage: 70
maxMissedOperationsInSpec: 4
enforce: true
settings:
test:
schemaResiliencyTests: all
components:
sources:
specmaticOrderContracts:
git:
url: https://github.com/specmatic/specmatic-order-contracts.git
services:
productSearchBffService:
description: Product Search BFF Service
definitions:
- definition:
source:
$ref: "#/components/sources/specmaticOrderContracts"
specs:
- io/specmatic/examples/store/openapi/product_search_bff_v4.yaml
orderApiService:
description: Order API Service
definitions:
- definition:
source:
$ref: "#/components/sources/specmaticOrderContracts"
specs:
- io/specmatic/examples/store/openapi/api_order_v3.yaml
runOptions:
productSearchBffServiceTest:
openapi:
type: test
baseUrl: "{APP_URL:http://localhost:5000}"
orderApiServiceMock:
openapi:
type: mock
baseUrl: http://localhost:8080