Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/5c691dc98437a4cd24560ff625414fe05dd22f89/tests/cypress.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/tests/cypress.json

24 lines
515 B

4 years ago
{
"$schema": "https://on.cypress.io/cypress.schema.json",
"supportFile": "cypress/support/index.ts",
"baseUrl": "http://localhost:3577",
"integrationFolder": "cypress/tests",
"testFiles": "**/*.spec.ts*",
"watchForFileChanges": true,
"chromeWebSecurity": false,
"viewportWidth": 2560,
"viewportHeight": 1440,
4 years ago
"retries": {
"runMode": 2,
"openMode": 0
4 years ago
},
4 years ago
"ignoreTestFiles": [
"**/snapshots/*"
],
"env": {
"username": "a",
"password": "a"
},
"projectId": "o5451s"
}