{"id":18087950,"url":"https://github.com/earelin/jwraith","last_synced_at":"2025-04-06T01:44:13.895Z","repository":{"id":78323205,"uuid":"91598110","full_name":"earelin/JWraith","owner":"earelin","description":"A Java clone of the Wraith website comparison tool.","archived":false,"fork":false,"pushed_at":"2018-11-11T11:14:39.000Z","size":80,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"1.x.x","last_synced_at":"2025-02-12T07:55:01.760Z","etag":null,"topics":["crawler","screenshots","screenshots-comparison","selenium","webtest"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/earelin.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-05-17T16:32:27.000Z","updated_at":"2017-05-23T09:55:45.000Z","dependencies_parsed_at":"2023-06-11T04:45:10.002Z","dependency_job_id":null,"html_url":"https://github.com/earelin/JWraith","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earelin%2FJWraith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earelin%2FJWraith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earelin%2FJWraith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earelin%2FJWraith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/earelin","download_url":"https://codeload.github.com/earelin/JWraith/tar.gz/refs/heads/1.x.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423496,"owners_count":20936622,"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":["crawler","screenshots","screenshots-comparison","selenium","webtest"],"created_at":"2024-10-31T17:09:54.007Z","updated_at":"2025-04-06T01:44:13.882Z","avatar_url":"https://github.com/earelin.png","language":"Java","readme":"# JWraith\n\n[![Build Status](https://travis-ci.org/earelin/JWraith.svg)](https://travis-ci.org/earelin/JWraith)\n[![codecov](https://codecov.io/gh/earelin/JWraith/branch/master/graph/badge.svg)](https://codecov.io/gh/earelin/JWraith)\n\nA Java clone of the Wraith website comparison tool.\n\n## Usage\n\n```\njwraith [browsers|capture|history|latest|spider] [configuration file path]\n```\n\nModes of operation:\n\nbrowsers: Compares a website among different browsers  \ncapture: Compares between two websites  \nhistory: Creates a history capture to be compared later  \nlatest: Compares current website with the last history capture  \nspider: Crawls website to get all paths  \n\n### Use cases\n\n#### Compare stating and production websites\n\nConfiguration file\n\n```yaml\nbrowser_name: \"phantomjs\"\ndriver_executable: \"/usr/local/bin/phantomjs\"\n\ndirectory: \"shots\"\n\ndomains:\n  base: \"http://example.com\"\n  compare: \"http://staging.example.com\"\n  \npaths_file: \"paths.txt\"\n\nworkers: 4\n\nscreen_widths:\n  - 320\n  - 1280\n  \nspider_skips:\n  - \"^/ajax/.*\"\n  - \"^/calendar/ical/.*\"\n\nreports:\n  threshold: 15\n  thumbnail_width: 300\n  thumbnail_height: 300\n```\n\nFirst we must capture all website paths:\n\n```\njwraith spider configuration.yml\n```\n\nOnce we have the links we can launch the compare process\n\n```\njwraith capture configuration.yml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fearelin%2Fjwraith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fearelin%2Fjwraith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fearelin%2Fjwraith/lists"}