scoca91
Results
1
comments of
scoca91
solved this issue as following: my configuration File: const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { chromeWebSecurity: false, experimentalSessionAndOrigin: true, // other e2e configurations setupNodeEvents(on, config) {...