mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-06 17:27:24 +00:00
Co-authored-by: Adam Kol <adam@up9.com> Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
32 lines
809 B
JSON
32 lines
809 B
JSON
{
|
|
"watchForFileChanges":false,
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"video": false,
|
|
"screenshotOnRunFailure": false,
|
|
"defaultCommandTimeout": 6000,
|
|
"testFiles": [
|
|
"tests/GuiPort.js",
|
|
"tests/MultipleNamespaces.js",
|
|
"tests/Redact.js",
|
|
"tests/NoRedact.js",
|
|
"tests/Regex.js",
|
|
"tests/RegexMasking.js",
|
|
"tests/IgnoredUserAgents.js",
|
|
"tests/UiTest.js",
|
|
"tests/Redis.js",
|
|
"tests/Rabbit.js"
|
|
],
|
|
|
|
"env": {
|
|
"testUrl": "http://localhost:8899/",
|
|
"redactHeaderContent": "User-Header[REDACTED]",
|
|
"redactBodyContent": "{ \"User\": \"[REDACTED]\" }",
|
|
"regexMaskingBodyContent": "[REDACTED]",
|
|
"minimumEntries": 25,
|
|
"greenFilterColor": "rgb(210, 250, 210)",
|
|
"redFilterColor": "rgb(250, 214, 220)",
|
|
"bodyJsonClass": ".hljs"
|
|
}
|
|
}
|