Description
Hi,
I've started using nvim-jdtls instead of the built-in jdtls support from Neovim and went down the whole rabbit hole down to nvim-dap and nvim-dap-ui.
The debugging experience is great (many thanks to your dap-ui 😄) and the last thing I'm missing is something like a test explorer/sumarry, which this plugin seems to offer.
I've went from the nvim-dap extensions wiki page to vim-ultest which seems to be deprecated now. From there I landed here :)
Is running the tests through nvim-dap
(which I think is the provider for running jdtls
tests) supported at the moment? I tried using neotest-vim-test
, but without success.
I've found some references to junit here and in nvim-dap
, but mostly in issues where I think it was all about having the results of other test runners provide the test results in junit format.