Skip to content

overseer + neotest not creating task history #443

@arch-stack

Description

@arch-stack

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

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions