{"id":31903951,"url":"https://github.com/postfinance/citrusframework-intellij-plugin","last_synced_at":"2026-04-07T10:01:01.945Z","repository":{"id":315091326,"uuid":"1052497450","full_name":"postfinance/citrusframework-intellij-plugin","owner":"postfinance","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-07T08:11:47.000Z","size":2167,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T08:30:42.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postfinance.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-09-08T06:21:44.000Z","updated_at":"2026-04-07T08:09:32.000Z","dependencies_parsed_at":"2025-09-16T18:02:50.159Z","dependency_job_id":"50d5f41c-0f2a-4217-9979-28192771d74a","html_url":"https://github.com/postfinance/citrusframework-intellij-plugin","commit_stats":null,"previous_names":["postfinance/citrusframework-intellij-plugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/postfinance/citrusframework-intellij-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postfinance%2Fcitrusframework-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postfinance%2Fcitrusframework-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postfinance%2Fcitrusframework-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postfinance%2Fcitrusframework-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postfinance","download_url":"https://codeload.github.com/postfinance/citrusframework-intellij-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postfinance%2Fcitrusframework-intellij-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":"2025-10-13T13:42:12.467Z","updated_at":"2026-04-07T10:01:01.926Z","avatar_url":"https://github.com/postfinance.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# citrusframework-intellij-plugin\n\n![Build](https://github.com/postfinance/citrusframework-intellij-plugin/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)\n\n## Template ToDo list\n\n- [x] Create a new [IntelliJ Platform Plugin Template][template] project.\n- [ ] Get familiar with the [template documentation][template].\n- [ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).\n- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])\n- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).\n- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.\n- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.\n- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).\n- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).\n- [ ] Click the \u003ckbd\u003eWatch\u003c/kbd\u003e button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.\n- [ ] Configure the [CODECOV_TOKEN](https://docs.codecov.com/docs/quick-start) secret for automated test coverage reports on PRs\n\n\u003c!-- Plugin description --\u003e\n\nThis is an IntelliJ plugin, that lets you run and debug XML Citrus Tests with one click.\n\nThis specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.\n\nTo keep everything working, do not remove `\u003c!-- ... --\u003e` sections.\n\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 \"citrusframework-intellij-plugin\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/postfinance/citrusframework-intellij-plugin/releases/latest) and install it manually 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\n## Using the plugin\n\nIn the project, **Right** click on the XML Citrus Test that you want to run.\nIn the Popup you will see two group of actions with a citrus logo called **Run XML Citrus Test** and **Debug XML Citrus Test**.\n\n\u003e Note that the plugin expects a minimum version of IntelliJ, see `gradle.properties` for the current number.\n\n### Run XML Citrus Test\n\nThis group offers two possibilities for running one or more tests.\n\n1. **Run XML Test**: Run the test(s) with a predefined Run Configuration.\n2. **Select Run Configuration**: Select a Run Configuration before running the test(s).\n\n### Debug XML Citrus Test\n\nThis group offers two possibilities for debugging one or more tests.\n\n1. **Debug XML Test**: Debug the test(s) with a predefined Run Configuration.\n2. **Select Run Configuration**: Select a Run Configuration before debugging the test(s).\n\n---\n\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostfinance%2Fcitrusframework-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostfinance%2Fcitrusframework-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostfinance%2Fcitrusframework-intellij-plugin/lists"}