2022-05-06 07:30:49 +00:00
|
|
|
{
|
2022-05-09 12:08:54 +00:00
|
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
2022-05-10 08:03:47 +00:00
|
|
|
"baseUrl": "http://localhost:8888",
|
2022-05-06 07:30:49 +00:00
|
|
|
"video": true,
|
2022-05-09 12:08:54 +00:00
|
|
|
"env": {
|
|
|
|
"ALLOW_SCREENSHOT": true,
|
|
|
|
"influxDBURL": "https://localhost:8086",
|
|
|
|
"username": "admin",
|
|
|
|
"password": "admin",
|
|
|
|
"connectionName": "E1M1",
|
2022-06-02 20:56:00 +00:00
|
|
|
"insecureSkipVerify": true,
|
|
|
|
"metaUrl": "https://localhost:8091"
|
2022-05-09 12:08:54 +00:00
|
|
|
}
|
|
|
|
}
|