mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 01:37:30 +00:00
* introducing pageObjects * fixes * pretty code Co-authored-by: lirazyehezkel <61656597+lirazyehezkel@users.noreply.github.com>
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"watchForFileChanges":false,
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"video": false,
|
|
"screenshotOnRunFailure": false,
|
|
"testFiles":
|
|
["tests/GuiPort.js",
|
|
"tests/MultipleNamespaces.js",
|
|
"tests/Regex.js"],
|
|
"env": {
|
|
"testUrl": "http://localhost:8899/"
|
|
}
|
|
}
|