14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
|
"baseUrl": "http://localhost:8888",
|
|
"video": true,
|
|
"env": {
|
|
"ALLOW_SCREENSHOT": true,
|
|
"influxDBURL": "https://localhost:8086",
|
|
"username": "admin",
|
|
"password": "admin",
|
|
"connectionName": "E1M1",
|
|
"insecureSkipVerify": true,
|
|
"metaUrl": "https://localhost:8091"
|
|
}
|
|
} |