{"id":20295305,"url":"https://github.com/willi-dev/puppeteer-screenshot-test","last_synced_at":"2026-04-15T23:33:32.915Z","repository":{"id":69171847,"uuid":"180495728","full_name":"willi-dev/puppeteer-screenshot-test","owner":"willi-dev","description":"script test for take screen shot at different viewport","archived":false,"fork":false,"pushed_at":"2019-04-10T05:28:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T20:56:09.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/willi-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-10T03:35:23.000Z","updated_at":"2019-04-10T05:28:38.000Z","dependencies_parsed_at":"2023-04-20T19:17:19.922Z","dependency_job_id":null,"html_url":"https://github.com/willi-dev/puppeteer-screenshot-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willi-dev/puppeteer-screenshot-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willi-dev%2Fpuppeteer-screenshot-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willi-dev%2Fpuppeteer-screenshot-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willi-dev%2Fpuppeteer-screenshot-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willi-dev%2Fpuppeteer-screenshot-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willi-dev","download_url":"https://codeload.github.com/willi-dev/puppeteer-screenshot-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willi-dev%2Fpuppeteer-screenshot-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":[],"created_at":"2024-11-14T15:34:07.812Z","updated_at":"2026-04-15T23:33:32.892Z","avatar_url":"https://github.com/willi-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testing screenshot using puppeteer\n\n## setup\n``` bash\n# cloning project\n$ git clone git@github.com:willi-dev/puppeteer-screenshot-test.git\n\n# npm install\n$ npm install\n```\n\n## setup your base url and endpoint url\nopen test.js\n```\n...\nconst appTest = {\n  baseURL: 'your url',\n  listPages: [\n    {\n      name: 'your page name for file name',\n      url: 'example endpoint' // example: '/contact'\n    }\n  ]\n}\n...\n```\n## take screenshot\n\n``` bash\n# run your screenshot test\n$ node test.js\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilli-dev%2Fpuppeteer-screenshot-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilli-dev%2Fpuppeteer-screenshot-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilli-dev%2Fpuppeteer-screenshot-test/lists"}