{"id":43809773,"url":"https://github.com/rcasia/neotest-bash","last_synced_at":"2026-02-05T23:08:09.486Z","repository":{"id":206085209,"uuid":"689804452","full_name":"rcasia/neotest-bash","owner":"rcasia","description":"Neotest adapter for Bash.","archived":false,"fork":false,"pushed_at":"2025-12-19T09:23:20.000Z","size":44,"stargazers_count":26,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T03:16:16.277Z","etag":null,"topics":["bash","lua","neotest","neovim"],"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/rcasia.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-09-10T23:58:53.000Z","updated_at":"2025-12-03T17:55:32.000Z","dependencies_parsed_at":"2023-11-08T06:20:20.747Z","dependency_job_id":"df197b62-5a1b-435b-90f5-7afb54ce8fc9","html_url":"https://github.com/rcasia/neotest-bash","commit_stats":null,"previous_names":["rcasia/neotest-bash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcasia/neotest-bash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasia%2Fneotest-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasia%2Fneotest-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasia%2Fneotest-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasia%2Fneotest-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcasia","download_url":"https://codeload.github.com/rcasia/neotest-bash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasia%2Fneotest-bash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29137830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:02:30.544Z","status":"ssl_error","status_checked_at":"2026-02-05T23:02:24.945Z","response_time":65,"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":["bash","lua","neotest","neovim"],"created_at":"2026-02-05T23:08:09.003Z","updated_at":"2026-02-05T23:08:09.478Z","avatar_url":"https://github.com/rcasia.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003csection align=\"center\"\u003e\n  \u003ca href=\"https://github.com/rcasia/neotest-bash/actions/workflows/makefile.yml\"\u003e\n    \u003cimg src=\"https://github.com/rcasia/neotest-bash/actions/workflows/makefile.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eneotest-bash\u003c/h1\u003e\n  \u003cp\u003e \u003ca href=\"https://github.com/rcarriga/neotest\"\u003eNeotest\u003c/a\u003e adapter for Bash, using \u003ca href=\"https://github.com/TypedDevs/bashunit\"\u003ebashunit\u003c/a\u003e\u003c/p\u003e\n\u003c/section\u003e\n\n![image](https://github.com/rcasia/neotest-bash/assets/31012661/e9c1c928-7136-4c29-a17c-cf70c971ca76)\n\n\n## 🔧 Installation\n\nIt requires [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n\u003eMake sure you have the bash parser installed. Use `:TSInstall bash`\n\n[vim-plug](https://github.com/junegunn/vim-plug)\n```vim\nPlug 'rcasia/neotest-bash'\n```\n\n\u003e **NOTE**: this plugin depends on the `bashunit` binary to work.\n\n## ⚙ Configuration\n```lua\nrequire(\"neotest\").setup({\n  adapters = {\n    require(\"neotest-bash\")\n  }\n})\n```\n\nYou can optionally supply configuration settings:\n\n```lua\nrequire(\"neotest\").setup({\n  adapters = {\n    require(\"neotest-bash\")({\n      -- Custom bashunit path for the runner.\n      -- Can be a string (absolute or relative to repo root/cwd).\n      -- If not provided, the path will be inferred by checking for\n      -- lib/bashunit in your repo root/cwd, or for bashunit on the $PATH\n      executable = \"path/to/bashunit/executable\",\n    })\n  }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcasia%2Fneotest-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcasia%2Fneotest-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcasia%2Fneotest-bash/lists"}