You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep. The tests do run. They browser just closes immediately when the tests end when debugging the test. I can post a video or any other debug info that can help.
I misread your report and simply ran the test. I can repro debug mode closing the page.
We do that because in debug mode we don't reuse the browser / browser context between tests /runs. That is so that you did not end up debugging side-effects from previous runs. As a side-effect of that, the browser context is closed after each test. You basically need a breakpoint in the last line of your test to keep the window open.
Version
1.49.1
Steps to reproduce
pnpm create vue
.cd <project>
pnpm i
e2e/vue.spec.ts
.Expected behavior
The browser remains open after the test finishes.
Actual behavior
The browser closes when the test finishes. Unlike in run test without debugging.
Additional context
The extension also doesn't seem to break when the test fails in debug mode anymore.
Environment
The text was updated successfully, but these errors were encountered: