chore: update githubActions cypress config

pull/5911/head
k3yi0 2022-05-09 14:08:54 +02:00
parent 61f9b7ac62
commit b8ebd52532
1 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
{
"extends": "./cypress.json",
"$schema": "https://on.cypress.io/cypress.schema.json",
"baseUrl": "http://host.docker.internal:8888",
"video": true,
"videoCompression": 32
}
"env": {
"ALLOW_SCREENSHOT": true,
"influxDBURL": "https://localhost:8086",
"username": "admin",
"password": "admin",
"connectionName": "E1M1",
"insecureSkipVerify": true
}
}