fix(cli,chromium-runtime): clean up long-lived test runner resources after runs to prevent hanging processes

This commit is contained in:
2026-03-27 17:19:43 +00:00
parent 099eff0b1e
commit 3b2a5982a2
5 changed files with 19 additions and 337 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-27 - 3.6.2 - fix(cli,chromium-runtime)
clean up long-lived test runner resources after runs to prevent hanging processes
- call TsTest.cleanup() after non-watch CLI runs so smartexit handlers are deregistered
- terminate active WebSocket clients before closing the Chromium runtime server to release open connections cleanly
## 2026-03-26 - 3.6.1 - fix(chromium runtime)
encode Chromium test bundle names correctly for nested file paths