Closed agentHoover closed 1 year ago
Pass/fail indicator in the gutter and in the test window shows failed even when tests pass.
This is my configuration
require("neotest").setup({ adapters = { require("neotest-dotnet")({ dap = { justMyCode = false }, }), require("neotest-playwright").adapter({ options={ get_playwright_config= function(file_path) return './api.config.ts' end } }) } }) ... require("neotest").setup({ adapters = { require("neotest-dotnet")({ dap = { justMyCode = false }, }), require("neotest-playwright").adapter({ options={ get_playwright_config= function(file_path) return './api.config.ts' end } }) } })
Pass/fail indicator in the gutter and in the test window shows failed even when tests pass.
This is my configuration