Hi, thank you for the amazing plugin.
I tried using require("neotest").run.run({ strategy = "dap" }) for my tests and got the notification Adapter doesn't support chosen strategy. Looks like nvim-dap is not supported in neotest-plenary.
Is it possible to debug plenary test files using nvim-dap and neotest-plenary? Thank you very much.
Hi, thank you for the amazing plugin.
I tried using
require("neotest").run.run({ strategy = "dap" })for my tests and got the notificationAdapter doesn't support chosen strategy.Looks like nvim-dap is not supported in neotest-plenary.Is it possible to debug plenary test files using nvim-dap and neotest-plenary? Thank you very much.