{"id":25257547,"url":"https://github.com/michelin/suricate-widget-tester","last_synced_at":"2026-05-09T00:07:38.548Z","repository":{"id":39928201,"uuid":"360177466","full_name":"michelin/suricate-widget-tester","owner":"michelin","description":"The widget tester is an external tool of the Suricate application which allows developers to test their widgets while remaining independent from Suricate.","archived":false,"fork":false,"pushed_at":"2024-05-07T17:31:13.000Z","size":1163,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-07T18:08:05.248Z","etag":null,"topics":["alerting","angular","developer-tools","monitoring","spring-boot","suricate"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/michelin.png","metadata":{"files":{"readme":"README.md","changelog":"changelog-builder.json","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-04-21T13:18:03.000Z","updated_at":"2024-05-21T08:41:04.854Z","dependencies_parsed_at":"2024-03-25T08:38:49.063Z","dependency_job_id":"15ff547e-d921-47d8-a072-88362a7daf1e","html_url":"https://github.com/michelin/suricate-widget-tester","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelin%2Fsuricate-widget-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelin%2Fsuricate-widget-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelin%2Fsuricate-widget-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelin%2Fsuricate-widget-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelin","download_url":"https://codeload.github.com/michelin/suricate-widget-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419871,"owners_count":20936013,"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":["alerting","angular","developer-tools","monitoring","spring-boot","suricate"],"created_at":"2025-02-12T06:49:03.001Z","updated_at":"2026-05-09T00:07:38.543Z","avatar_url":"https://github.com/michelin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \nThis project is archived and is no longer being developed or maintained.\n \n\u003cimg src=\".readme/logo.png\" alt=\"Suricate\"/\u003e\n\n# Suricate Widget Tester\n\n[![GitHub Build](https://img.shields.io/github/actions/workflow/status/michelin/suricate-widget-tester/build.yml?branch=master\u0026logo=github\u0026style=for-the-badge)](https://img.shields.io/github/actions/workflow/status/michelin/suricate-widget-tester/build.yml)\n[![GitHub Release](https://img.shields.io/github/v/release/michelin/suricate-widget-tester?logo=github\u0026style=for-the-badge)](https://github.com/michelin/suricate-widget-tester/releases)\n[![GitHub Stars](https://img.shields.io/github/stars/michelin/suricate-widget-tester?logo=github\u0026style=for-the-badge)](https://github.com/michelin/suricate)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache\u0026style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)\n\n[Download](#download) • [Install](#install) • [Suricate](https://github.com/michelin/suricate) • [Widgets](https://github.com/michelin/suricate-widgets)\n\nBuild and validate your Suricate widgets in a sandboxed setup before integrating it into a Suricate instance.\n\n![Suricate widget tester](.readme/dashboard.png)\n\n\u003c/div\u003e\n\n## Table of Contents\n\n* [Download](#download)\n* [Install](#install)\n* [Configuration](#configuration)\n  * [Repository](#repository)\n* [Contribution](#contribution)\n\n## Download\n\nYou can download the Suricate Widget Tester as a JAR from the [GitHub releases page](https://github.com/michelin/suricate-widget-tester/releases) (requires Java 25).\n\n## Install\n\nThe Suricate Widget Tester is built on the [Spring Boot framework](https://spring.io/) and can be configured using a Spring Boot\nconfiguration file, which includes a sample file located at `src/main/resources/application.yml`.\n\nIf necessary, you can override the properties from the default `application.yml` file by following\nthe [Spring Boot externalized configuration guide](https://docs.spring.io/spring-boot/reference/features/external-config.html).\nFor example, you can create a custom  `/config/application.yml` or set the `--spring.config.location` system\nproperty when running the fat jar file:\n\n```console\njava -jar suricate-widget-tester.jar --spring.config.location=classpath:\\,file:C:\\myCustomLocation\\\n```\n\nAfter running the command, the application will be accessible on http://localhost:8085/.\n\n## Configuration\n\n### Repository\n\nThe Suricate Widget Tester reads the content of a widget repository. \nThe repository must follow the required structure (see the [official open-source widgets GitHub repository](https://github.com/michelin/suricate-widgets)).\n\nThe repository location can be configured with the following property:\n\n```yml\napplication:\n  widgets:\n    repository: '\u003cpath-to-repository\u003e'\n```\n\nIt is set to `/tmp` by default.\n\n## Contribution\n\nWe welcome contributions from the community! Before you get started, please take a look at our [contribution guide](https://github.com/michelin/suricate-widget-tester/blob/master/CONTRIBUTING.md) to learn about our guidelines and best practices. We appreciate your help in making Suricate a better tool for everyone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelin%2Fsuricate-widget-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelin%2Fsuricate-widget-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelin%2Fsuricate-widget-tester/lists"}