fix(logging): Include runtime identifier in per-test logfile name and sanitize runtime string

This commit is contained in:
2025-11-17 13:42:32 +00:00
parent 9357d6e7ef
commit 1ce730d4f2
3 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-17 - 2.8.2 - fix(logging)
Include runtime identifier in per-test logfile name and sanitize runtime string
- Append a sanitized runtime identifier to the per-test log filename (format: <safeFilename>__<safeRuntime>.log) so runs for different runtimes don't clash
- Sanitize runtime names by lowercasing and removing non-alphanumeric characters to produce filesystem-safe filenames
## 2025-11-17 - 2.8.1 - fix(config)
Remove Bun config file and set deno.json useDefineForClassFields to false for compatibility