{"id":32518369,"url":"https://github.com/kfly8/vscode-perl-test","last_synced_at":"2026-04-29T16:04:59.157Z","repository":{"id":319957132,"uuid":"1080219635","full_name":"kfly8/vscode-perl-test","owner":"kfly8","description":"Run Perl tests with ease","archived":false,"fork":false,"pushed_at":"2025-12-17T13:41:19.000Z","size":2722,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T05:26:44.533Z","etag":null,"topics":["perl","testing","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kfly8.test2-subtest-filter","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/kfly8.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-21T03:36:01.000Z","updated_at":"2026-01-23T12:37:00.000Z","dependencies_parsed_at":"2025-10-21T06:33:04.386Z","dependency_job_id":null,"html_url":"https://github.com/kfly8/vscode-perl-test","commit_stats":null,"previous_names":["kfly8/vscode-test2-subtest-filter","kfly8/vscode-perl-test"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kfly8/vscode-perl-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfly8%2Fvscode-perl-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfly8%2Fvscode-perl-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfly8%2Fvscode-perl-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfly8%2Fvscode-perl-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kfly8","download_url":"https://codeload.github.com/kfly8/vscode-perl-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfly8%2Fvscode-perl-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["perl","testing","vscode-extension"],"created_at":"2025-10-28T03:19:58.490Z","updated_at":"2026-04-29T16:04:59.152Z","avatar_url":"https://github.com/kfly8.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perl Test - VSCode Extension\n\nRun Perl tests with ease - directly from your editor with visual feedback!\n\n\u003cimg src=\"https://raw.githubusercontent.com/kfly8/vscode-perl-test/main/images/demo.gif\" alt=\"Demo\" width=\"600\" /\u003e\n\n## Features\n\n- **Gutter Decorations**: Test status icons (✓/✗) appear in the editor gutter\n- **Selective Test Execution**: Run individual subtests or Test::Class methods\n\n## Selective Test Execution\n\nThis extension enables selective test execution when using the following test modules:\n\n- [Test2::Plugin::SubtestFilter](https://metacpan.org/pod/Test2::Plugin::SubtestFilter)\n  - Filters subtests by name using the SUBTEST_FILTER environment variable\n- [Test::Class](https://metacpan.org/pod/Test::Class)\n  - Filters test methods using the TEST_METHOD environment variable\n  \nBoth can be used together for fine-grained test selection.\n\n## Configuration\n\n### Settings\n\n- `test2SubtestFilter.proveCommand`: Full command to run prove with arguments (default: `\"prove -lv\"`)\n\n### Example Settings\n\nAdd to your workspace or user `.vscode/settings.json`:\n\n**Simple:**\n```json\n{\n  \"test2SubtestFilter.proveCommand\": \"prove -lv\"\n}\n```\n\n**With Carton:**\n```json\n{\n  \"test2SubtestFilter.proveCommand\": \"carton exec -- prove -lv\"\n}\n```\n\n**With Docker Compose:**\n```json\n{\n  \"test2SubtestFilter.proveCommand\": \"docker compose exec app carton exec -- prove -lv\"\n}\n```\n\n**With Custom Formatter:**\n```json\n{\n  \"test2SubtestFilter.proveCommand\": \"T2_FORMATTER=Cute perl -Ilib\"\n}\n```\n\n## License\n\nMIT\n\n## Credits\n\nSupports [Test2::Plugin::SubtestFilter](https://metacpan.org/pod/Test2::Plugin::SubtestFilter) and Test::Class for selective test execution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfly8%2Fvscode-perl-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkfly8%2Fvscode-perl-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfly8%2Fvscode-perl-test/lists"}