{"id":46963446,"url":"https://github.com/nvim-contrib/nvim-ginkgo","last_synced_at":"2026-03-11T10:01:26.058Z","repository":{"id":170599933,"uuid":"646164703","full_name":"nvim-contrib/nvim-ginkgo","owner":"nvim-contrib","description":"This plugin provides a ginkgo adapter for the neotest framework.","archived":false,"fork":false,"pushed_at":"2026-03-11T08:07:56.000Z","size":65,"stargazers_count":11,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T09:17:59.632Z","etag":null,"topics":["bdd","ginkgo","lua","neotest","neovim","neovim-plugin","nix","testing"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvim-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-27T13:49:02.000Z","updated_at":"2026-03-11T08:07:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c256d8c-4982-4fe9-83d1-7ef8c757742b","html_url":"https://github.com/nvim-contrib/nvim-ginkgo","commit_stats":null,"previous_names":["nvim-extensions/neotest-ginkgo","nvim-extensions/nvim-ginkgo","nvim-contrib/nvim-ginkgo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nvim-contrib/nvim-ginkgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-contrib%2Fnvim-ginkgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-contrib%2Fnvim-ginkgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-contrib%2Fnvim-ginkgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-contrib%2Fnvim-ginkgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvim-contrib","download_url":"https://codeload.github.com/nvim-contrib/nvim-ginkgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-contrib%2Fnvim-ginkgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bdd","ginkgo","lua","neotest","neovim","neovim-plugin","nix","testing"],"created_at":"2026-03-11T10:01:01.457Z","updated_at":"2026-03-11T10:01:26.051Z","avatar_url":"https://github.com/nvim-contrib.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-ginkgo\n\n[![test](https://github.com/nvim-contrib/nvim-ginkgo/actions/workflows/test.yml/badge.svg)](https://github.com/nvim-contrib/nvim-ginkgo/actions/workflows/test.yml)\n[![Release](https://img.shields.io/github/v/release/nvim-contrib/nvim-ginkgo?include_prereleases)](https://github.com/nvim-contrib/nvim-ginkgo/releases)\n[![License](https://img.shields.io/github/license/nvim-contrib/nvim-ginkgo)](LICENSE)\n[![Neovim](https://img.shields.io/badge/Neovim-0.9%2B-blueviolet?logo=neovim\u0026logoColor=white)](https://neovim.io)\n[![Neotest](https://img.shields.io/badge/neotest-adapter-green)](https://github.com/nvim-neotest/neotest)\n\nA [Neotest](https://github.com/nvim-neotest/neotest) adapter for the [Ginkgo](https://github.com/onsi/ginkgo) BDD testing framework — run, navigate, and inspect your Go tests without leaving Neovim.\n\n## Features\n\n- Run individual specs, describe blocks, or entire suites from within Neovim\n- Supports `Describe`, `Context`, `It`, `When`, `DescribeTable`, and `Entry`\n- Nested test structures displayed in the Neotest tree\n- DAP integration for debugging individual specs\n- Output panel with structured test results\n- Works with `lazy.nvim`, `packer.nvim`, and any other plugin manager\n\n## Requirements\n\n- Neovim \u003e= 0.9\n- [neotest](https://github.com/nvim-neotest/neotest)\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) with the `go` parser installed\n- [nvim-nio](https://github.com/nvim-neotest/nvim-nio)\n- [Ginkgo](https://github.com/onsi/ginkgo) (`go install github.com/onsi/ginkgo/v2/ginkgo@latest`)\n\n## Installation\n\n### lazy.nvim\n\n```lua\n{\n  \"nvim-neotest/neotest\",\n  lazy = true,\n  dependencies = {\n    \"nvim-neotest/nvim-nio\",\n    \"nvim-lua/plenary.nvim\",\n    \"nvim-treesitter/nvim-treesitter\",\n    \"nvim-contrib/nvim-ginkgo\",\n  },\n  config = function()\n    require(\"neotest\").setup({\n      adapters = {\n        require(\"nvim-ginkgo\"),\n      },\n    })\n  end,\n}\n```\n\n### packer.nvim\n\n```lua\nuse {\n  \"nvim-neotest/neotest\",\n  requires = {\n    \"nvim-neotest/nvim-nio\",\n    \"nvim-lua/plenary.nvim\",\n    \"nvim-treesitter/nvim-treesitter\",\n    \"nvim-contrib/nvim-ginkgo\",\n  },\n  config = function()\n    require(\"neotest\").setup({\n      adapters = {\n        require(\"nvim-ginkgo\"),\n      },\n    })\n  end,\n}\n```\n\n## Usage\n\nUse the standard Neotest keybindings to run tests. Example setup:\n\n```lua\nvim.keymap.set(\"n\", \"\u003cleader\u003ett\", function() require(\"neotest\").run.run() end, { desc = \"Run nearest test\" })\nvim.keymap.set(\"n\", \"\u003cleader\u003etf\", function() require(\"neotest\").run.run(vim.fn.expand(\"%\")) end, { desc = \"Run file\" })\nvim.keymap.set(\"n\", \"\u003cleader\u003ets\", function() require(\"neotest\").summary.toggle() end, { desc = \"Toggle summary\" })\nvim.keymap.set(\"n\", \"\u003cleader\u003eto\", function() require(\"neotest\").output_panel.toggle() end, { desc = \"Toggle output\" })\nvim.keymap.set(\"n\", \"\u003cleader\u003etd\", function() require(\"neotest\").run.run({ strategy = \"dap\" }) end, { desc = \"Debug nearest test\" })\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or pull request.\n\nTo set up a development environment with [Nix](https://nixos.org):\n\n```bash\nnix develop\nmake test\n```\n\nWithout Nix, update `spec/setup.lua` with the paths to your local plugin installations, then:\n\n```bash\nmake test\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-contrib%2Fnvim-ginkgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvim-contrib%2Fnvim-ginkgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-contrib%2Fnvim-ginkgo/lists"}