Skip to content

Commit 1df4227

Browse files
fix: add noise (#208)
1 parent 17ea610 commit 1df4227

1 file changed

Lines changed: 168 additions & 0 deletions

File tree

sse-redis/keploy.yml

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
# Generated by Keploy (3-dev)
2+
path: ""
3+
appName: sse-redis
4+
appId: 0
5+
command: ./sse-redis-app
6+
templatize:
7+
testSets: []
8+
port: 0
9+
e2e: false
10+
dnsPort: 26789
11+
proxyPort: 16789
12+
incomingProxyPort: 36789
13+
debug: false
14+
disableTele: false
15+
disableANSI: false
16+
containerName: ""
17+
networkName: ""
18+
buildDelay: 30
19+
test:
20+
selectedTests: {}
21+
globalNoise:
22+
global:
23+
body:
24+
"instance_id": []
25+
"uptime_seconds": []
26+
"id": []
27+
"timestamp": []
28+
"message_id": []
29+
"request_id": []
30+
"created_at": []
31+
"delivered_at": []
32+
test-sets: {}
33+
replaceWith:
34+
global:
35+
url: {}
36+
test-sets: {}
37+
delay: 5
38+
host: localhost
39+
port: 0
40+
grpcPort: 0
41+
apiTimeout: 5
42+
skipCoverage: false
43+
coverageReportPath: ""
44+
ignoreOrdering: true
45+
mongoPassword: default@123
46+
language: ""
47+
removeUnusedMocks: false
48+
fallBackOnMiss: false
49+
jacocoAgentPath: ""
50+
basePath: ""
51+
mocking: true
52+
ignoredTests: {}
53+
disableLineCoverage: false
54+
disableMockUpload: false
55+
useLocalMock: false
56+
updateTemplate: false
57+
mustPass: false
58+
maxFailAttempts: 5
59+
maxFlakyChecks: 1
60+
protoFile: ""
61+
protoDir: ""
62+
protoInclude: []
63+
compareAll: false
64+
schemaMatch: false
65+
updateTestMapping: false
66+
dedup: false
67+
disableReportUpload: false
68+
freezeTime: false
69+
record:
70+
filters: []
71+
basePath: ""
72+
recordTimer: 0s
73+
metadata: ""
74+
sync: false
75+
globalPassthrough: false
76+
tlsPrivateKeyPath: ""
77+
e2eAgent: false
78+
static-dedup: false
79+
report:
80+
selectedTestSets: {}
81+
showFullBody: false
82+
reportPath: ""
83+
summary: false
84+
testCaseIDs: []
85+
disableMapping: true
86+
configPath: ""
87+
bypassRules: []
88+
generateGithubActions: false
89+
keployContainer: keploy-v3
90+
keployNetwork: keploy-network
91+
cmdType: native
92+
contract:
93+
services: []
94+
tests: []
95+
path: ""
96+
download: false
97+
generate: false
98+
driven: consumer
99+
mappings:
100+
servicesMapping: {}
101+
self: s1
102+
inCi: false
103+
serverPort: 0
104+
mockDownload:
105+
registryIds: []
106+
autogen:
107+
filters: []
108+
basePath: ""
109+
recordTimer: 0s
110+
metadata: ""
111+
sync: false
112+
globalPassthrough: false
113+
tlsPrivateKeyPath: ""
114+
schemaPath: ""
115+
disableDedup: false
116+
header: ""
117+
autogenV2:
118+
schemaPath: ""
119+
disableStreaming: false
120+
rounds: 0
121+
header: ""
122+
basePath: ""
123+
cache: false
124+
awsaccesskeyid: ""
125+
awssecretaccesskey: ""
126+
cloud:
127+
enabled: false
128+
app: ""
129+
trigger: false
130+
cluster: ""
131+
namespace: ""
132+
deployment: ""
133+
image: ""
134+
envs: {}
135+
saas: false
136+
selfHosted: false
137+
useLocalTests: false
138+
dedup:
139+
rm: false
140+
generateParallel:
141+
repoName: ""
142+
retryEnabled: false
143+
cores: 0
144+
file: ""
145+
directory: ""
146+
sendTo: ""
147+
githubpublicurl: ""
148+
testSuite:
149+
basePath: ""
150+
header: ""
151+
cloud: false
152+
app: ""
153+
utGen:
154+
llmBaseUrl: ""
155+
model: ""
156+
llmApiVersion: ""
157+
workflow:
158+
installationToken: ""
159+
coverageWorkflow: false
160+
prWorkflow: false
161+
repoName: ""
162+
prNumber: 0
163+
jwtToken: ""
164+
InstallationID: 0
165+
eventID: ""
166+
preInstallDependencies: false
167+
168+
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file.

0 commit comments

Comments
 (0)