mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-08 10:17:49 +00:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"watchForFileChanges":false,
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"video": false,
|
|
"screenshotOnRunFailure": false,
|
|
|
|
"testFiles":
|
|
["tests/GuiPort.js",
|
|
"tests/MultipleNamespaces.js",
|
|
"tests/RedactTests.js",
|
|
"tests/Regex.js"],
|
|
|
|
"env": {
|
|
"testUrl": "http://localhost:8899/"
|
|
}
|
|
}
|