This plugin provides a gtest adapter the neotest framework.
Requires both nvim-treesitter for the C++ parser and neovim-cmake for building/running tests.
require('neotest-gtest').setup({
test_path_pattern = {".*_test%.cpp", ".*_test%.cc"}, -- The path pattern to detect test files
})