fix(tstest): Add timeout warning for long-running tests and introduce local settings configuration

This commit is contained in:
2025-05-24 10:52:15 +00:00
parent 13b11ab1bf
commit 33f705d961
3 changed files with 26 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-05-24 - 1.11.3 - fix(tstest)
Add timeout warning for long-running tests and introduce local settings configuration
- Add .claude/settings.local.json with permission configuration for local development
- Implement a timeout warning timer that notifies when tests run longer than 1 minute without an explicit timeout
- Clear the timeout warning timer upon test completion
- Remove unused import of logPrefixes in tstest.classes.tstest.ts
## 2025-05-24 - 1.11.2 - fix(tstest)
Improve timeout and error handling in test execution along with TAP parser timeout logic improvements.