mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 17:57:47 +00:00
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"watchForFileChanges":false,
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"video": false,
|
|
"screenshotOnRunFailure": false,
|
|
"testFiles":
|
|
["tests/GuiPort.js",
|
|
"tests/MultipleNamespaces.js"],
|
|
"env": {
|
|
"testUrl": "http://localhost:8899/"
|
|
}
|
|
}
|