Files
kubeshark/acceptanceTests/cypress.json
2022-01-09 16:47:35 +02:00

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/"
}
}