mark listing entry when details are visible
All checks were successful
tests / test (push) Successful in 10s

This commit is contained in:
2026-01-20 09:59:21 +01:00
parent 8c598002e4
commit 456a157549
4 changed files with 49 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ Before running any test command, test-samurai runs `:wall` to save all buffers.
- ANSI color translation is only applied in the **Detail-Float**; the **Test-Listing-Float** shows raw text without ANSI translation.
- `<esc><esc>` hides the floating window and restores the cursor position; `TSamShowOutput` reopens it.
- If no output is captured for a test, the **Detail-Float** shows `No output captured`.
- The active listing entry is highlighted while the **Detail-Float** is visible.
- Summary lines (`TOTAL`/`DURATION`) are appended in the listing output, including `TSamLast`.
## Runner architecture