Skip to content

Playwright extension debug button hangs with grey spinner #7781

@IvanQL

Description

@IvanQL

Before opening, please confirm:

Operating System

win32

Kiro Version

0.11.133

Bug Description

Test server starts (test-server -c playwright.config.ts) but no test is dispatched
"Run" works fine, only "Debug" is broken
Same setup works correctly in VS Code
Started happening after the latest Kiro update

Steps to Reproduce

  1. Open any Playwright project in Kiro with the Playwright Test for VS Code extension installed
  2. Open the Testing sidebar (flask icon)
  3. Locate any test (API or UI)
  4. Click the "Debug" button (bug icon) next to a test
  5. Observe the Debug Console output

Actual result:
The Debug Console shows the test server starting successfully: C:\Program Files\nodejs\node.exe node_modules@playwright\test\cli.js test-server -c playwright.config.ts Listening on ws://127.0.0.1:XXXXX/...
A grey spinner appears next to the test in the Testing sidebar
The test never actually runs — the server sits idle waiting for a command that never arrives
The spinner stays indefinitely until manually cancelled

Expected Behavior

Expected Result: The test server starts, the debugger attaches, and the selected test executes with breakpoints active.

Conversation ID

2dec4960-da83-4ea9-ad05-197ae5fd6bd0
2dec4960-da83-4ea9-ad05-197ae5fd6bd0
2dec4960-da83-4ea9-ad05-197ae5fd6bd0
2dec4960-da83-4ea9-ad05-197ae5fd6bd0

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions