-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Maybe this is a misunderstanding of how the integration works but I have configured it the same as in the docs, even reviewed lazyvim and "consulted with copilot"
I am using nsidorenco/neotest-vstest to test and using the default test in the project generated by dotnet new xunit
return {
{ 'nsidorenco/neotest-vstest' },
{ 'nvim-neotest/neotest',
dependencies = {
'stevearc/overseer.nvim',
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
'nsidorenco/neotest-vstest',
},
opts = {},
config = function(_, opts)
require("neotest").setup({
consumers = {
overseer = require("neotest.consumers.overseer"),
},
adapters = {
require("neotest-vstest"),
}
})
end,
}
}return {
{ 'stevearc/overseer.nvim',
opts = {
dap = false,
},
}
}if I make neotest run my test, the test runs but I do not see a task history entry for the test run in the overseer window
I would expect there to be an entry in there
If there are any tips or ways to diagnose this it would be helpful
I would also note I have tried running the tests many ways like Neotest run, neotest.run.run(), neotest.overseer.run(), etc. All have the same result
Damnjelly
Metadata
Metadata
Assignees
Labels
No labels