fix(tapParser/logger): Fix test duration reporting and summary formatting in TAP parser and logger

This commit is contained in:
2025-05-26 16:07:17 +00:00
parent c26145205f
commit 70435cce45
4 changed files with 26 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-05-26 - 2.3.1 - fix(tapParser/logger)
Fix test duration reporting and summary formatting in TAP parser and logger
- Introduce startTime in TapParser to capture the overall test duration
- Pass computed duration to logger methods in evaluateFinalResult for accurate timing
- Update summary output to format duration in a human-readable way (ms vs. s)
- Add local permission settings configuration to .claude/settings.local.json
## 2025-05-26 - 2.3.0 - feat(cli)
Add '--version' option and warn against global tstest usage in the tstest project