Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 168 additions & 0 deletions sse-redis/keploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
# Generated by Keploy (3-dev)
path: ""
appName: sse-redis
appId: 0
command: ./sse-redis-app
templatize:
testSets: []
port: 0
e2e: false
dnsPort: 26789
proxyPort: 16789
incomingProxyPort: 36789
debug: false
disableTele: false
disableANSI: false
containerName: ""
networkName: ""
buildDelay: 30
test:
selectedTests: {}
globalNoise:
global:
body:
"instance_id": []
"uptime_seconds": []
"id": []
"timestamp": []
"message_id": []
"request_id": []
"created_at": []
"delivered_at": []
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The noise configuration is missing "server_time" which is a dynamic field used in the code (see main.go lines 128 and 366). This field contains timestamps that change on every run and should be included in the globalNoise body configuration to ensure test stability during replay. Add "server_time": [] to the body section under global.

Suggested change
"delivered_at": []
"delivered_at": []
"server_time": []

Copilot uses AI. Check for mistakes.
test-sets: {}
replaceWith:
global:
url: {}
test-sets: {}
delay: 5
host: localhost
port: 0
grpcPort: 0
apiTimeout: 5
skipCoverage: false
coverageReportPath: ""
ignoreOrdering: true
mongoPassword: default@123
language: ""
removeUnusedMocks: false
fallBackOnMiss: false
jacocoAgentPath: ""
basePath: ""
mocking: true
ignoredTests: {}
disableLineCoverage: false
disableMockUpload: false
useLocalMock: false
updateTemplate: false
mustPass: false
maxFailAttempts: 5
maxFlakyChecks: 1
protoFile: ""
protoDir: ""
protoInclude: []
compareAll: false
schemaMatch: false
updateTestMapping: false
dedup: false
disableReportUpload: false
freezeTime: false
record:
filters: []
basePath: ""
recordTimer: 0s
metadata: ""
sync: false
globalPassthrough: false
tlsPrivateKeyPath: ""
e2eAgent: false
static-dedup: false
report:
selectedTestSets: {}
showFullBody: false
reportPath: ""
summary: false
testCaseIDs: []
disableMapping: true
configPath: ""
bypassRules: []
generateGithubActions: false
keployContainer: keploy-v3
keployNetwork: keploy-network
cmdType: native
contract:
services: []
tests: []
path: ""
download: false
generate: false
driven: consumer
mappings:
servicesMapping: {}
self: s1
inCi: false
serverPort: 0
mockDownload:
registryIds: []
autogen:
filters: []
basePath: ""
recordTimer: 0s
metadata: ""
sync: false
globalPassthrough: false
tlsPrivateKeyPath: ""
schemaPath: ""
disableDedup: false
header: ""
autogenV2:
schemaPath: ""
disableStreaming: false
rounds: 0
header: ""
basePath: ""
cache: false
awsaccesskeyid: ""
awssecretaccesskey: ""
cloud:
enabled: false
app: ""
trigger: false
cluster: ""
namespace: ""
deployment: ""
image: ""
envs: {}
saas: false
selfHosted: false
useLocalTests: false
dedup:
rm: false
generateParallel:
repoName: ""
retryEnabled: false
cores: 0
file: ""
directory: ""
sendTo: ""
githubpublicurl: ""
testSuite:
basePath: ""
header: ""
cloud: false
app: ""
utGen:
llmBaseUrl: ""
model: ""
llmApiVersion: ""
workflow:
installationToken: ""
coverageWorkflow: false
prWorkflow: false
repoName: ""
prNumber: 0
jwtToken: ""
InstallationID: 0
eventID: ""
preInstallDependencies: false

# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: "configration" should be "configuration".

Suggested change
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configration file.
# Visit [https://keploy.io/docs/running-keploy/configuration-file/] to learn about using keploy through configuration file.

Copilot uses AI. Check for mistakes.
Loading