chore: add metaUrl Cypress env. variable into githubActions Cypress config
parent
91ea61e753
commit
0402ce7617
|
@ -8,6 +8,7 @@
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": "admin",
|
"password": "admin",
|
||||||
"connectionName": "E1M1",
|
"connectionName": "E1M1",
|
||||||
"insecureSkipVerify": true
|
"insecureSkipVerify": true,
|
||||||
|
"metaUrl": "https://localhost:8091"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue