Cypress opening tab in browser with every run, didn't used to, how to prevent? #25917
-
This didn't used to occur but now with every component run, there is a new tab in my browser. What changed, and is there a way to fix this? Annoying to have to close these tabs all the time, as dozens can build up. |
Beta Was this translation helpful? Give feedback.
Answered by
bvandercar-vt
Jun 9, 2023
Replies: 1 comment
-
Solved: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bvandercar-vt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved:
vite.config.js
had{server : {open: true
. Needed to merge Vite config to set tofalse
for Cypress testing.