mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 01:37:30 +00:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"watchForFileChanges":false,
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"video": false,
|
|
"screenshotOnRunFailure": false,
|
|
|
|
"testFiles":
|
|
["tests/GuiPort.js",
|
|
"tests/MultipleNamespaces.js",
|
|
"tests/Redact.js",
|
|
"tests/NoRedact.js",
|
|
"tests/Regex.js"],
|
|
|
|
"env": {
|
|
"testUrl": "http://localhost:8899/",
|
|
"redactHeaderContent": "User-Header[REDACTED]",
|
|
"redactBodyContent": "{ \"User\": \"[REDACTED]\" }"
|
|
}
|
|
}
|