Victoria Rautenbach

Results 3 comments of Victoria Rautenbach

Good day I am experiencing the same issue, if there is any advise or pointers, that would be great. We have an existing project that has E2E tests with Cypress...

Hi, sorry, work priorities shifted and only responding now. So the component test runner opens, but the test only loads. Attached is the network tab and also the error log....

My colleague was able to find the solution. He added the following vite configurations to the cypress.config.cjs file. This solved our issue. ``` const react = require('@vitejs/plugin-react'); module.exports = defineConfig({...