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/202d155493c29a6ddd4c5507186bf376a28f4c1d/tests/cypress/support/index.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/tests/cypress/support/index.ts

24 lines
772 B

4 years ago
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
// behavior that modifies Cypress.
//
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************
// Import commands.js using ES2015 syntax:
import './commands'
import './request.commands';
import "cypress-real-events/support";
import '@bahmutov/cy-api/support';
4 years ago
// Alternatively you can use CommonJS syntax:
// require('./commands')