{"id":40671708,"url":"https://github.com/rettend/bun-test-ui","last_synced_at":"2026-03-03T21:00:44.469Z","repository":{"id":332326883,"uuid":"1111252229","full_name":"Rettend/bun-test-ui","owner":"Rettend","description":"Test runner UI for Bun, similar to Vitest UI","archived":false,"fork":false,"pushed_at":"2025-12-08T17:38:26.000Z","size":785,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-21T19:33:17.179Z","etag":null,"topics":["bun","bun-test","test-ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Rettend.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":"2025-12-06T15:22:36.000Z","updated_at":"2025-12-24T02:09:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rettend/bun-test-ui","commit_stats":null,"previous_names":["rettend/bun-test-ui"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Rettend/bun-test-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rettend%2Fbun-test-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rettend%2Fbun-test-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rettend%2Fbun-test-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rettend%2Fbun-test-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rettend","download_url":"https://codeload.github.com/Rettend/bun-test-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rettend%2Fbun-test-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bun","bun-test","test-ui"],"created_at":"2026-01-21T09:35:31.116Z","updated_at":"2026-03-03T21:00:44.464Z","avatar_url":"https://github.com/Rettend.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bun-test-ui\n\nA visual test runner UI for Bun, similar to [Vitest UI](https://vitest.dev/guide/ui.html).\n\n[![bun-test-ui](https://img.shields.io/npm/v/bun-test-ui)](https://npmx.dev/package/bun-test-ui)\n\n![bun test ui ui](./docs/images/ui.png)\n\n## Install\n\n```bash\nbun add -d bun-test-ui\n```\n\n## Usage\n\n```bash\nbunx bun-test-ui\n```\n\nThis starts the UI at `http://localhost:51205` and auto-opens your system browser.\n\n### Options\n\n```bash\nbunx bun-test-ui [pattern] [options]\n\nOptions:\n  -p, --port \u003cnumber\u003e  Port to run on (default: 51205)\n  --no-watch           Disable watch mode\n  --no-open            Don't auto-open browser\n```\n\n## Config\n\nThe CLI reads your `bunfig.toml` for test configuration:\n\n```toml\n[test]\nroot = \"./tests/real\"\n```\n\nFor this repository:\n\n- `tests/demo` contains UI demo tests (including intentional failures)\n- `tests/real` contains the actual project test suite\n\nWatch mode watches the current directory:\n\n- **Test file changes** → Only that test file is re-run\n- **Source file changes** → All tests are re-run\n\n## How it works\n\nUses [bun-inspector-protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-inspector-protocol/README.md) to communicate with Bun's test runner via the WebSocket inspector, similar to how `bun-vscode` implements VS Code test runner support.\n\n## Development\n\n```bash\nbun install\n\n# Dev server with HMR\nbun run dev\n\n# Dev server against real tests\nbun run dev:real\n\n# Run real tests (default)\nbun test\n\n# Run demo tests (includes intentional failures)\nbun run test:demo\n\n# Build for prod\nbun run build\n\n# Run prod CLI\nbun run start\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frettend%2Fbun-test-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frettend%2Fbun-test-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frettend%2Fbun-test-ui/lists"}