diff --git a/cypress.config.js b/cypress.config.js index 0495917aa..51349faf2 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -36,6 +36,9 @@ module.exports = defineConfig({ '#hooks': path.resolve('./src/hooks'), }, }, + node: { + net: 'empty', + }, } // Enable Cypress to support path aliases