You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to get help for the summary (concretely, I'm trying to set the mappings). The summary buffer/panel opens, but I cannot get any help (trying :h neotest.summary)
To Reproduce
Please provide a minimal init.lua to reproduce which can be run as the following:
nvim --clean -u minimal.lua
You can edit the following example file to include your adapters and other required setup.
NeoVim Version
0.9.5
Describe the bug
I am trying to get help for the summary (concretely, I'm trying to set the mappings). The summary buffer/panel opens, but I cannot get any help (trying
:h neotest.summary
)To Reproduce
Please provide a minimal
init.lua
to reproduce which can be run as the following:You can edit the following example file to include your adapters and other required setup.
Steps to reproduce the behavior:
Open the summary. Note that all tests are shown in tree view.
Try to access the summary's help:
:h neotest.summary
as per the documentation.Please provide example test files to reproduce.
Expected behavior
Help/documentation window is shown.
The text was updated successfully, but these errors were encountered: