{"id":20292890,"url":"https://github.com/gemini-testing/hermione-reassert-view","last_synced_at":"2026-03-08T11:32:03.287Z","repository":{"id":57262874,"uuid":"155400219","full_name":"gemini-testing/hermione-reassert-view","owner":"gemini-testing","description":"Testplane plugin for configuration assertView command","archived":false,"fork":false,"pushed_at":"2022-11-22T14:52:03.000Z","size":190,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T12:11:39.323Z","etag":null,"topics":["testplane-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gemini-testing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-30T14:33:29.000Z","updated_at":"2024-05-17T12:58:25.000Z","dependencies_parsed_at":"2023-01-22T08:02:30.660Z","dependency_job_id":null,"html_url":"https://github.com/gemini-testing/hermione-reassert-view","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-reassert-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-reassert-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-reassert-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Fhermione-reassert-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/hermione-reassert-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248382615,"owners_count":21094561,"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":["testplane-plugin"],"created_at":"2024-11-14T15:19:49.315Z","updated_at":"2026-03-08T11:32:03.279Z","avatar_url":"https://github.com/gemini-testing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermione-reassert-view\n\nPlugin for [hermione](https://github.com/gemini-testing/hermione), which makes less strict comparison of images via resemblejs if there is a diff after `assertView`.\nMore info about hermione plugins in [hermione](https://github.com/gemini-testing/hermione#plugins).\n\n## Installation\n\n```bash\n$ npm install hermione-reassert-view\n```\n\n## Configuration\n\nIn hermione config:\n\n```js\nmodule.exports = {\n    // ...\n\n    plugins: {\n        'hermione-reassert-view': {\n            enabled: true, // by default\n            browsers: ['edge'],\n            maxDiffSize: { // max allowable diff size in pixels before ignoring antialiasing\n                width: 10, // 15 by default\n                height: 10 // 15 by default\n            },\n            dry: true // debug mode: do not fix assert view results. `false` by default\n        }\n    },\n\n    // ...\n};\n```\n\n## Debugging\n```bash\n$ DEBUG=hermione-reassert-view hermione_reassert_view_dry=true hermione\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fhermione-reassert-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Fhermione-reassert-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Fhermione-reassert-view/lists"}