fix missing summary after TSamLast call
All checks were successful
tests / test (push) Successful in 9s
All checks were successful
tests / test (push) Successful in 9s
This commit is contained in:
@@ -70,10 +70,12 @@ Additional keymaps:
|
||||
- `<leader>ss` -> filter the listing to `[ SKIP ] - ...` entries
|
||||
- `<leader>sa` -> clear the listing filter and show all entries
|
||||
- `<leader>tt` -> run the test under the cursor in the listing
|
||||
- `<leader>cb` -> breaks test-command onto multiple lines
|
||||
- `<leader>cb` -> breaks test-command onto multiple lines (clears search highlight)
|
||||
- `<leader>cj` -> joins test-command onto single line
|
||||
- `?` -> show help with TSam commands and standard keymaps in the Detail-Float
|
||||
|
||||
Before running any test command, test-samurai runs `:wall` to save all buffers.
|
||||
|
||||
## Output UI
|
||||
|
||||
- Output is shown in a floating container called **Testing-Float**.
|
||||
@@ -84,6 +86,7 @@ Additional keymaps:
|
||||
- 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; `TSamShowOutput` reopens it.
|
||||
- If no output is captured for a test, the **Detail-Float** shows `No output captured`.
|
||||
- Summary lines (`TOTAL`/`DURATION`) are appended in the listing output, including `TSamLast`.
|
||||
|
||||
## Runner architecture
|
||||
|
||||
|
||||
Reference in New Issue
Block a user