{"id":49778629,"url":"https://github.com/kensa-dev/intellij-plugin","last_synced_at":"2026-05-11T18:01:00.271Z","repository":{"id":312583988,"uuid":"1041300993","full_name":"kensa-dev/intellij-plugin","owner":"kensa-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-11T16:11:31.000Z","size":2201,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-11T16:33:14.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kensa-dev.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-08-20T09:32:19.000Z","updated_at":"2026-05-11T14:40:06.000Z","dependencies_parsed_at":"2025-08-31T18:31:38.207Z","dependency_job_id":"1ea90a09-8fc8-45fc-ba88-3796b7388301","html_url":"https://github.com/kensa-dev/intellij-plugin","commit_stats":null,"previous_names":["kensa-dev/kensa-intellij-plugin","kensa-dev/intellij-plugin"],"tags_count":14,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/kensa-dev/intellij-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fintellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fintellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fintellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fintellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kensa-dev","download_url":"https://codeload.github.com/kensa-dev/intellij-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fintellij-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32906515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"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":[],"created_at":"2026-05-11T18:00:28.069Z","updated_at":"2026-05-11T18:01:00.224Z","avatar_url":"https://github.com/kensa-dev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kensa IntelliJ Plugin\n\n![Build](https://github.com/kensa-dev/intellij-plugin/workflows/Build/badge.svg)\n\n\u003c!-- Plugin description --\u003e\nIntelliJ plugin for the [Kensa](https://github.com/kensa-dev/kensa) testing framework.\n\n[Kensa](https://kensa.dev) is a Java/Kotlin testing library that captures expressive, human-readable test reports as HTML. This plugin brings those reports closer to your IDE.\n\n## Features\n\n- **Gutter icons** — pass/fail indicators appear next to `@Test` and `@ParameterizedTest` methods and their containing classes, updated automatically as tests run.\n- **Click to open** — click any gutter icon to open the corresponding Kensa HTML report in your browser, navigating directly to that test or class.\n- **CI report support** — configure a CI report URL template in Settings → Tools → Kensa to open remote reports when no local report is available, or choose between local and CI from a popup.\n- **Console hyperlinks** — the `Kensa Output :` marker in test console output becomes a clickable link that opens the report directly.\n- **Live notifications** — a balloon notification fires when a new report is written, with an _Open Report_ action.\n\nFor an overview of what Kensa is and why it exists, see the [introductory blog post](https://kensa.dev/blog/introducing-kensa).\n\n## Requirements\n\nKensa must be configured in your project. See the [Kensa documentation](https://kensa.dev) and the [Kensa GitHub repository](https://github.com/kensa-dev/kensa) for setup instructions.\n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using the IDE built-in plugin system:\n\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Kensa\"\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/kensa-dev/intellij-plugin/releases/latest) and install it using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensa-dev%2Fintellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkensa-dev%2Fintellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensa-dev%2Fintellij-plugin/lists"}