chronograf/ui/cypress.json

14 lines
311 B
JSON

{
"$schema": "https://on.cypress.io/cypress.schema.json",
"baseUrl": "http://localhost:8888",
"video": false,
"env": {
"ALLOW_SCREENSHOT": true,
"url": "https://localhost:8086",
"username": "admin",
"password": "admin",
"connectionName": "E1M1",
"insecureSkipVerify": true
}
}