show automatically the details after keymap navigating to a failed test entry

This commit is contained in:
2026-01-17 16:04:42 +01:00
parent bd6930adc0
commit 8c598002e4
4 changed files with 285 additions and 31 deletions

View File

@@ -64,9 +64,9 @@ If no runner matches the current test file, test-samurai will show:
Additional keymaps:
- Listing navigation:
- `<leader>fn` -> [F]ind [N]ext failed test in listing (wraps to the first)
- `<leader>fp` -> [F]ind [P]revious failed test in listing (wraps to the last)
- `<leader>ff` -> [F]ind [F]irst list entry
- `<leader>fn` -> [F]ind [N]ext failed test in listing (wraps to the first, opens Detail-Float, works in Detail-Float)
- `<leader>fp` -> [F]ind [P]revious failed test in listing (wraps to the last, opens Detail-Float, works in Detail-Float)
- `<leader>ff` -> [F]ind [F]irst list entry (opens Detail-Float, works in Detail-Float)
- `<leader>o` -> jump to the test location
- `<leader>qn` -> close the testing floats and jump to the first quickfix entry
- Listing filters: