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
- Open any Playwright project in Kiro with the Playwright Test for VS Code extension installed
- Open the Testing sidebar (flask icon)
- Locate any test (API or UI)
- Click the "Debug" button (bug icon) next to a test
- 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
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
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