From 0402ce76177842652e58df27507cca024d0ddb8a Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Thu, 2 Jun 2022 22:56:00 +0200 Subject: [PATCH] chore: add metaUrl Cypress env. variable into githubActions Cypress config --- ui/githubActions-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/githubActions-config.json b/ui/githubActions-config.json index 6246b6abb..5435ba652 100644 --- a/ui/githubActions-config.json +++ b/ui/githubActions-config.json @@ -8,6 +8,7 @@ "username": "admin", "password": "admin", "connectionName": "E1M1", - "insecureSkipVerify": true + "insecureSkipVerify": true, + "metaUrl": "https://localhost:8091" } } \ No newline at end of file