{"id":20292955,"url":"https://github.com/gemini-testing/hermione-profiler-ui","last_synced_at":"2026-05-11T15:31:30.347Z","repository":{"id":47187215,"uuid":"400476358","full_name":"gemini-testing/hermione-profiler-ui","owner":"gemini-testing","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-14T14:06:52.000Z","size":1813,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-10-20T12:53:25.325Z","etag":null,"topics":["testplane-plugin"],"latest_commit_sha":null,"homepage":"","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/gemini-testing.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}},"created_at":"2021-08-27T10:46:26.000Z","updated_at":"2024-05-17T13:00:26.000Z","dependencies_parsed_at":"2022-09-01T06:31:02.255Z","dependency_job_id":null,"html_url":"https://github.com/gemini-testing/hermione-profiler-ui","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-testing/hermione-profiler-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-profiler-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-profiler-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-profiler-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-profiler-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/hermione-profiler-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-profiler-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32901272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["testplane-plugin"],"created_at":"2024-11-14T15:20:11.344Z","updated_at":"2026-05-11T15:31:30.331Z","avatar_url":"https://github.com/gemini-testing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermione-profiler-ui\n\nUI works with results of [hermione-plugins-profiler](https://github.com/gemini-testing/hermione-plugins-profiler).\n\n## Using\n\nInstallation:\n\n```sh\nnpm i -S hermione-profiler-ui\n```\n\n### API\n\nIt's possible to use it through API:\n\n```ts\nimport { generateReport } from \"hermione-profiler-ui\";\n\n//...\nconst pathsToProfileResults = [\n  \"http://host.com/file1.json\", // It can be url and server has to be able to serve with CORS\n  \"/file2.json\", // Or file can be located near to the report folder\n];\nconst targetDir = \"./ui-report\";\n\nawait generateReport(pathsToProfileResults, targetDir);\n```\n\n### CLI\n\n```sh\nnpx hermione-profiler-ui generate -output \"./ui-report\" --plugin-profiles \"http://host.com/file1.json\" \"/file2.json\"\n```\n\n## Development\n\n### Dev-server\n\nTo run dev-server with fixtures:\n\n```sh\nnpm run start\n```\n\n### Tests\n\nTo run unit:\n\n```sh\nnpm run test:unit\n```\n\nTo run unit in watch-mode:\n\n```sh\nnpm run test:unit -- --watchAll\n```\n\n### Linters\n\nTo run linters:\n\n```sh\nnpm run lint\n```\n\nTo fix problems:\nTo run linters:\n\n```sh\nnpm run fix\n```\n\n## Release\n\n### commit\n\nTo commit changes use above commands:\n\n```sh\ngit add .\nnpm run commit # to commit changes in interactive mode\n```\n\n### release\n\n```sh\nnpm run release\n```\n\nAnd follow instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fhermione-profiler-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Fhermione-profiler-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fhermione-profiler-ui/lists"}