chore: add metaUrl Cypress env. variable into githubActions Cypress config

pull/5924/head
k3yi0 2022-06-02 22:56:00 +02:00
parent 91ea61e753
commit 0402ce7617
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"username": "admin",
"password": "admin",
"connectionName": "E1M1",
"insecureSkipVerify": true
"insecureSkipVerify": true,
"metaUrl": "https://localhost:8091"
}
}