{"id":27222208,"url":"https://github.com/paazmaya/hideo","last_synced_at":"2026-03-17T18:01:54.312Z","repository":{"id":38234664,"uuid":"185871974","full_name":"paazmaya/hideo","owner":"paazmaya","description":"Visual regression testing reporter","archived":false,"fork":false,"pushed_at":"2026-03-13T20:53:23.000Z","size":513,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-14T08:53:36.543Z","etag":null,"topics":["reporting","test-report","visual-regression-testing"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/paazmaya.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":"2019-05-09T21:08:46.000Z","updated_at":"2025-11-17T21:56:47.000Z","dependencies_parsed_at":"2023-10-12T04:42:39.085Z","dependency_job_id":"be6a4093-e524-40be-b171-a6e794e3a16c","html_url":"https://github.com/paazmaya/hideo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paazmaya/hideo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paazmaya%2Fhideo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paazmaya%2Fhideo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paazmaya%2Fhideo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paazmaya%2Fhideo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paazmaya","download_url":"https://codeload.github.com/paazmaya/hideo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paazmaya%2Fhideo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: 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":["reporting","test-report","visual-regression-testing"],"created_at":"2025-04-10T08:57:28.482Z","updated_at":"2026-03-17T18:01:54.306Z","avatar_url":"https://github.com/paazmaya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hideo (秀雄)\n\n\u003e Visual regression testing reporter\n\n![Mrs Hideo Sonobe](./logo.png)\n\n[![Ubuntu Build Status](https://paazmaya.semaphoreci.com/badges/hideo/branches/master.svg)](https://paazmaya.semaphoreci.com/projects/hideo)\n\nThis project generates an report, one or more web pages, from directories of screen captures and a possible meta data, such as generated by `shigehachi`\n\n## Background for the project name\n\nThe name of the project is for honouring the legacy of Mrs Sonobe Hideo (園部 秀雄),\nwho was the 15th head master of\n[Jikishinkageryu Naginatajutsu (直心影流薙刀術)](https://naginata.fi/en/koryu),\nwhich is an ancient Japanese martial art, focusing the handling of a long pole like weapon\ncalled naginata.\n\n[Read more about why these martial arts are important for me at `karatejukka.fi`.](https://karatejukka.fi)\n\n## Getting started\n\nPlease note that the minimum supported version of [Node.js](https://nodejs.org/en/) is `14.15.0`, which is [the active Long Term Support (LTS) version](https://github.com/nodejs/Release#release-schedule).\n\nThe metrics input is expected to look something similar to, such as provided by [shigehachi](https://www.npmjs.com/package/shigehachi) version 6 onwards:\n\n```json\n{\n  \"5317107e6e45bc44da564197e8478702\": {\n    \"metric\": \"RootMeanSquaredError\",\n    \"normalized\": {\n      \"red\": \"0.0410206303\",\n      \"green\": \"0.2454052653\",\n      \"blue\": \"0.2478704718\",\n      \"opacity\": \"0.3134753265\",\n      \"total\": \"0.2353789431\"\n    },\n    \"absolute\": {\n      \"red\": \"2688.3\",\n      \"green\": \"16082.6\",\n      \"blue\": \"16244.2\",\n      \"opacity\": \"20543.6\",\n      \"total\": \"15425.6\"\n    },\n    \"A\": \"tests/fixtures/prev/postcss.png\",\n    \"B\": \"tests/fixtures/curr/postcss.png\",\n    \"diff\": \"tests/fixtures/output/postcss-rmse-tint.png\"\n  }\n}\n```\n\nThe data collected by [`shigehachi`](https://www.npmjs.com/package/shigehachi) is basically gathering what GraphicsMagick tells when using its [`compare` utility](http://www.graphicsmagick.org/compare.html).\n\nThe resulting HTML site is build by using JavaScript [template strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals).\n\n## Command line options\n\nThe output of `hideo --help` pretty much covers all the options:\n\n```sh\n\n```\n\n## Contributing\n\n[\"A Beginner's Guide to Open Source: The Best Advice for Making your First Contribution\"](http://www.erikaheidi.com/blog/a-beginners-guide-to-open-source-the-best-advice-for-making-your-first-contribution/).\n\n[Also there is a blog post about \"45 Github Issues Dos and Don’ts\"](https://davidwalsh.name/45-github-issues-dos-donts).\n\nLinting is done with [ESLint](http://eslint.org) and can be executed with `npm run lint`.\nThere should be no errors appearing after any JavaScript file changes.\n\nUnit tests are written with [`tape`](https://github.com/substack/tape) and can be executed with `npm test`.\nCode coverage is inspected with [`nyc`](https://github.com/istanbuljs/nyc) and\ncan be executed with `npm run coverage` after running `npm test`.\nPlease make sure it is over 90% at all times.\n\n## Version history\n\n[Changes happening across different versions and upcoming changes are tracked in the `CHANGELOG.md` file.](CHANGELOG.md)\n\n## License\n\nCopyright (c) [Juga Paazmaya](https://paazmaya.fi) \u003cpaazmaya@yahoo.com\u003e\n\nLicensed under [the MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaazmaya%2Fhideo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaazmaya%2Fhideo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaazmaya%2Fhideo/lists"}