{"id":15134498,"url":"https://github.com/keploy/jetbrains-extension","last_synced_at":"2025-10-23T11:30:39.688Z","repository":{"id":253373600,"uuid":"829968401","full_name":"keploy/JetBrains-extension","owner":"keploy","description":"Keploy JetBrain Plugin","archived":false,"fork":false,"pushed_at":"2024-08-26T04:23:24.000Z","size":22734,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-07T20:46:02.593Z","etag":null,"topics":["goland-plugin","golang","intellij","intellij-plugin","java","jetbrains","jetbrains-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/25127-keploy","language":"Scala","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keploy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T10:53:40.000Z","updated_at":"2024-08-28T13:16:05.000Z","dependencies_parsed_at":"2024-10-09T18:41:16.709Z","dependency_job_id":"725b0d57-4f9c-456b-a8de-f7fc07baa740","html_url":"https://github.com/keploy/JetBrains-extension","commit_stats":{"total_commits":41,"total_committers":7,"mean_commits":5.857142857142857,"dds":"0.31707317073170727","last_synced_commit":"67e141fa2147a58016a783bd47ce2a1a15825c80"},"previous_names":["keploy/jetbrains-extension"],"tags_count":0,"template":false,"template_full_name":"keploy/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FJetBrains-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FJetBrains-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FJetBrains-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2FJetBrains-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keploy","download_url":"https://codeload.github.com/keploy/JetBrains-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237811546,"owners_count":19370146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["goland-plugin","golang","intellij","intellij-plugin","java","jetbrains","jetbrains-plugin"],"created_at":"2024-09-26T05:21:39.493Z","updated_at":"2025-10-23T11:30:33.670Z","avatar_url":"https://github.com/keploy.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"Here’s an updated version of the README with detailed local setup \n[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](CODE_OF_CONDUCT.md) \n[![Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)\n[![License](https://opensource.org/licenses/Apache-2.0)](https://opensource.org/licenses/Apache-2.0)\n\n# Keploy\n\n[Keploy](https://keploy.io) is a no-code testing platform that generates tests from API calls. It allows you to create end-to-end tests without writing a single line of code, making it easier to ensure the reliability of your APIs.\n\n\u003e Note:  This extension currently supports only Go, Node, Python and Java programming language.\n\n## Features\n\n#### Record and Replay TestCases. \n#### View Previous TestRun Result.\n#### View and Edit Keploy Config File\n\n## Installation\n\n1. Install the Keploy extension from the [JetBrains Marketplace](https://plugins.jetbrains.com/).\n\n2. Keploy CLI is present : - `curl --silent -O -L https://keploy.io/install.sh \u0026\u0026 source install.sh`\n\n## Contribution Guide\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed on your machine:\n\n- **JDK (Java Development Kit)**: Version 11 or higher.\n- **Gradle**: The project uses Gradle as its build system.\n\n### Cloning the Repository\n\nFirst, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/keploy/keploy.git\ncd keploy\n```\n\n### Building the Project\n\nTo build and run the project locally, follow these steps:\n\n1. **Install Dependencies**: Ensure all the necessary dependencies are installed.\n\n    ```bash\n    ./gradlew clean build\n    ```\n\n2. **Run the IDE**: Start the IntelliJ IDEA instance with the plugin.\n\n    ```bash\n    ./gradlew runIde\n    ```\n\n3. **Packaging the Plugin**: To build a distributable version of the plugin:\n\n    ```bash\n    ./gradlew buildPlugin\n    ```\n\nThe generated plugin will be available in the `build/distributions` directory.\n\n4. From the debug console, you can see the output or errors if any.\n\n### Make changes to Frontend\n\n1. Run `npm run rollup` to compile your svelte files into js files present in `out/compiled` dir.\n\n2. Make changes to your svelte code and the js files will be automatically re-compiled.\n\n\n## Community Support\n\nWe'd love to collaborate with you to make Keploy even better. Here’s how you can get involved:\n\n- **[Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)**: Join our Slack community to discuss and collaborate.\n- **[GitHub Issues](https://github.com/keploy/keploy/issues)**: Report bugs, suggest new features, and track the development progress.\n\n## License\n\nKeploy is licensed under the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0). See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Fjetbrains-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeploy%2Fjetbrains-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Fjetbrains-extension/lists"}