From b8ebd52532f57be0a82f2bd70361ce09bdcbcbd9 Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Mon, 9 May 2022 14:08:54 +0200 Subject: [PATCH] chore: update githubActions cypress config --- ui/githubActions-config.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ui/githubActions-config.json b/ui/githubActions-config.json index 871b728d5..e623709d6 100644 --- a/ui/githubActions-config.json +++ b/ui/githubActions-config.json @@ -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 -} \ No newline at end of file + "env": { + "ALLOW_SCREENSHOT": true, + "influxDBURL": "https://localhost:8086", + "username": "admin", + "password": "admin", + "connectionName": "E1M1", + "insecureSkipVerify": true + } + } \ No newline at end of file