add TSamFailedOnly command and change test output within the floating window

This commit is contained in:
2025-12-25 16:40:50 +01:00
parent cbc3e201ae
commit 1e2e881acd
17 changed files with 1074 additions and 448 deletions

View File

@@ -24,6 +24,10 @@ function M.test_last()
core.run_last()
end
function M.test_failed_only()
core.run_failed_only()
end
function M.show_output()
core.show_output()
end