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
create a new project: npm init playwright@latest new-project
a. use typescript (not sure if that matters)
open project in vscode
install the playwright extension
add a debugger breakpoint in VSCode to the line in playwright.config.ts that is export default defineConfig({
run the tests in debug mode
stop the debug process by using the debug toolbar
Expected behavior
the tests to stop so I can run the tests again
Actual behavior
The test processes do not stop. The output os ps confirms it. After killing the processes, the test/debug panel in VSCode still soins as if the tests were still running.
Thanks for the report! I'm able to reproduce. I believe what's happening is that the VS Code debugger detaches, but the debugged process continues to be halted on the breakpoint. I'll see what we can do to fix this.
Version
1.46.1
Steps to reproduce
npm init playwright@latest new-project
a. use typescript (not sure if that matters)
playwright.config.ts
that isexport default defineConfig({
Expected behavior
the tests to stop so I can run the tests again
Actual behavior
The test processes do not stop. The output os
ps
confirms it. After killing the processes, the test/debug panel in VSCode still soins as if the tests were still running.Additional context
I am using VSCode Insiders -
Environment
The text was updated successfully, but these errors were encountered: