-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathkeploy.yml
More file actions
104 lines (103 loc) · 2.56 KB
/
keploy.yml
File metadata and controls
104 lines (103 loc) · 2.56 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Generated by Keploy (3-dev)
path: ""
appId: 0
appName: ""
command: ""
templatize:
testSets: []
port: 0
proxyPort: 16789
incomingProxyPort: 36789
dnsPort: 26789
debug: false
disableANSI: false
disableTele: false
generateGithubActions: false
containerName: ""
networkName: ""
buildDelay: 30
test:
selectedTests: {}
ignoredTests: {}
globalNoise:
global: {"body": {"current_time":[]}}
test-sets: {}
replaceWith:
global: {}
test-sets: {}
delay: 5
host: "localhost"
port: 0
grpcPort: 0
ssePort: 0
protocol:
http:
port: 0
sse:
port: 0
grpc:
port: 0
apiTimeout: 5
skipCoverage: false
coverageReportPath: ""
ignoreOrdering: true
mongoPassword: "default@123"
language: ""
removeUnusedMocks: false
fallBackOnMiss: false
jacocoAgentPath: ""
basePath: ""
mocking: true
disableLineCoverage: false
disableMockUpload: false
useLocalMock: false
updateTemplate: false
mustPass: false
maxFailAttempts: 5
maxFlakyChecks: 1
protoFile: ""
protoDir: ""
protoInclude: []
compareAll: false
updateTestMapping: false
disableAutoHeaderNoise: false
# strictMockWindow enforces cross-test bleed prevention. Per-test
# (LifetimePerTest) mocks whose request timestamp falls outside the
# outer test window are dropped rather than promoted across tests.
#
# Default TRUE now that every stateful-protocol recorder classifies
# mocks finely enough (per-connection data mocks, session vs per-test
# distinction for connection-alive commands) that legitimate cross-
# test sharing is encoded as session/connection lifetime rather than
# implicit out-of-window reuse. If an older recording relies on the
# legacy lax behaviour, opt out with strictMockWindow: false here or
# export KEPLOY_STRICT_MOCK_WINDOW=0 — the env var wins.
strictMockWindow: true
dedup: false
freezeTime: false
fuzzyMatch: false
record:
recordTimer: 0s
filters: []
sync: false
memoryLimit: 0
configPath: ""
bypassRules: []
disableMapping: true
contract:
driven: "consumer"
mappings:
servicesMapping: {}
self: "s1"
services: []
tests: []
path: ""
download: false
generate: false
inCi: false
cmdType: "native"
enableTesting: false
inDocker: false
keployContainer: "keploy-v3"
keployNetwork: "keploy-network"
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file.