{"id":18081070,"url":"https://github.com/pdehaan/playwright-test","last_synced_at":"2026-04-18T02:10:53.550Z","repository":{"id":49711145,"uuid":"235854639","full_name":"pdehaan/playwright-test","owner":"pdehaan","description":"Testing playwright -- a Node library to automate the Chromium, WebKit and Firefox browsers.","archived":false,"fork":false,"pushed_at":"2023-05-07T20:16:13.000Z","size":526,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T03:36:00.952Z","etag":null,"topics":["chromium","firefox","playwright","puppeteer","webkit"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdehaan.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":"2020-01-23T18:03:47.000Z","updated_at":"2021-06-10T17:13:21.000Z","dependencies_parsed_at":"2024-10-31T13:12:45.295Z","dependency_job_id":null,"html_url":"https://github.com/pdehaan/playwright-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fplaywright-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fplaywright-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fplaywright-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fplaywright-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdehaan","download_url":"https://codeload.github.com/pdehaan/playwright-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406869,"owners_count":20933936,"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":["chromium","firefox","playwright","puppeteer","webkit"],"created_at":"2024-10-31T13:12:39.937Z","updated_at":"2026-04-18T02:10:48.530Z","avatar_url":"https://github.com/pdehaan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **playright** test\n\nMessing around with [**playwright**](https://www.npmjs.com/package/playwright); \"a Node library to automate the Chromium, WebKit and Firefox browsers.\"\n\n## node_modules\n\nLooks like the Chromium, Firefox, and WebKit binaries incur about 630 MB of downloads:\n\n```sh\nnpm install\n\nDownloading chromium 733125 - 119.2 Mb\nchromium downloaded to ./node_modules/playwright-core/.local-chromium/mac-733125\nDownloading firefox 1016 - 67.2 Mb\nfirefox downloaded to ./node_modules/playwright-core/.local-firefox/mac-1016\nDownloading webkit 1106 - 45.1 Mb\nwebkit downloaded to ./node_modules/playwright-core/.local-webkit/mac-1106\n\ndu -sh ./node_modules/playwright-core # 631M\n\ndu -sh ./node_modules/playwright-core/.local-chromium # 272M\ndu -sh ./node_modules/playwright-core/.local-firefox # 183M\ndu -sh ./node_modules/playwright-core/.local-webkit # 174M\n```\n\n## devices\n\n```\nplaywright@0.9.21\n\nBlackberry PlayBook ............ {\"width\":600, \"height\":1024, \"deviceScaleFactor\":1, \"isMobile\":true}\nBlackberry PlayBook landscape .. {\"width\":1024, \"height\":600, \"deviceScaleFactor\":1, \"isMobile\":true}\nBlackBerry Z30 ................. {\"width\":360, \"height\":640, \"deviceScaleFactor\":2, \"isMobile\":true}\nBlackBerry Z30 landscape ....... {\"width\":640, \"height\":360, \"deviceScaleFactor\":2, \"isMobile\":true}\nGalaxy Note 3 .................. {\"width\":360, \"height\":640, \"deviceScaleFactor\":3, \"isMobile\":true}\nGalaxy Note 3 landscape ........ {\"width\":640, \"height\":360, \"deviceScaleFactor\":3, \"isMobile\":true}\nGalaxy Note II ................. {\"width\":360, \"height\":640, \"deviceScaleFactor\":2, \"isMobile\":true}\nGalaxy Note II landscape ....... {\"width\":640, \"height\":360, \"deviceScaleFactor\":2, \"isMobile\":true}\nGalaxy S III ................... {\"width\":360, \"height\":640, \"deviceScaleFactor\":2, \"isMobile\":true}\nGalaxy S III landscape ......... {\"width\":640, \"height\":360, \"deviceScaleFactor\":2, \"isMobile\":true}\nGalaxy S5 ...................... {\"width\":360, \"height\":640, \"deviceScaleFactor\":3, \"isMobile\":true}\nGalaxy S5 landscape ............ {\"width\":640, \"height\":360, \"deviceScaleFactor\":3, \"isMobile\":true}\niPad (gen 6) ................... {\"width\":768, \"height\":1024, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad (gen 6) landscape ......... {\"width\":1024, \"height\":768, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad (gen 7) ................... {\"width\":810, \"height\":1080, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad (gen 7) landscape ......... {\"width\":1080, \"height\":810, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad Mini ...................... {\"width\":768, \"height\":1024, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad Mini landscape ............ {\"width\":1024, \"height\":768, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad Pro 11 .................... {\"width\":834, \"height\":1194, \"deviceScaleFactor\":2, \"isMobile\":true}\niPad Pro 11 landscape .......... {\"width\":1194, \"height\":834, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 6 ....................... {\"width\":375, \"height\":667, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 6 landscape ............. {\"width\":667, \"height\":375, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 6 Plus .................. {\"width\":414, \"height\":736, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 6 Plus landscape ........ {\"width\":736, \"height\":414, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 7 ....................... {\"width\":375, \"height\":667, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 7 landscape ............. {\"width\":667, \"height\":375, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 7 Plus .................. {\"width\":414, \"height\":736, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 7 Plus landscape ........ {\"width\":736, \"height\":414, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 8 ....................... {\"width\":375, \"height\":667, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 8 landscape ............. {\"width\":667, \"height\":375, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 8 Plus .................. {\"width\":414, \"height\":736, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 8 Plus landscape ........ {\"width\":736, \"height\":414, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone SE ...................... {\"width\":320, \"height\":568, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone SE landscape ............ {\"width\":568, \"height\":320, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone X ....................... {\"width\":375, \"height\":812, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone X landscape ............. {\"width\":812, \"height\":375, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone XR ...................... {\"width\":414, \"height\":896, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone XR landscape ............ {\"width\":896, \"height\":414, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 11 ...................... {\"width\":414, \"height\":896, \"deviceScaleFactor\":2, \"isMobile\":true}\niPhone 11 Pro .................. {\"width\":375, \"height\":812, \"deviceScaleFactor\":3, \"isMobile\":true}\niPhone 11 Pro Max .............. {\"width\":414, \"height\":896, \"deviceScaleFactor\":3, \"isMobile\":true}\nJioPhone 2 ..................... {\"width\":240, \"height\":320, \"deviceScaleFactor\":1, \"isMobile\":true}\nJioPhone 2 landscape ........... {\"width\":320, \"height\":240, \"deviceScaleFactor\":1, \"isMobile\":true}\nKindle Fire HDX ................ {\"width\":800, \"height\":1280, \"deviceScaleFactor\":2, \"isMobile\":true}\nKindle Fire HDX landscape ...... {\"width\":1280, \"height\":800, \"deviceScaleFactor\":2, \"isMobile\":true}\nLG Optimus L70 ................. {\"width\":384, \"height\":640, \"deviceScaleFactor\":1.25, \"isMobile\":true}\nLG Optimus L70 landscape ....... {\"width\":640, \"height\":384, \"deviceScaleFactor\":1.25, \"isMobile\":true}\nMicrosoft Lumia 550 ............ {\"width\":640, \"height\":360, \"deviceScaleFactor\":2, \"isMobile\":true}\nMicrosoft Lumia 950 ............ {\"width\":360, \"height\":640, \"deviceScaleFactor\":4, \"isMobile\":true}\nMicrosoft Lumia 950 landscape .. {\"width\":640, \"height\":360, \"deviceScaleFactor\":4, \"isMobile\":true}\nNexus 10 ....................... {\"width\":800, \"height\":1280, \"deviceScaleFactor\":2, \"isMobile\":true}\nNexus 10 landscape ............. {\"width\":1280, \"height\":800, \"deviceScaleFactor\":2, \"isMobile\":true}\nNexus 4 ........................ {\"width\":384, \"height\":640, \"deviceScaleFactor\":2, \"isMobile\":true}\nNexus 4 landscape .............. {\"width\":640, \"height\":384, \"deviceScaleFactor\":2, \"isMobile\":true}\nNexus 5 ........................ {\"width\":360, \"height\":640, \"deviceScaleFactor\":3, \"isMobile\":true}\nNexus 5 landscape .............. {\"width\":640, \"height\":360, \"deviceScaleFactor\":3, \"isMobile\":true}\nNexus 5X ....................... {\"width\":412, \"height\":732, \"deviceScaleFactor\":2.625, \"isMobile\":true}\nNexus 5X landscape ............. {\"width\":732, \"height\":412, \"deviceScaleFactor\":2.625, \"isMobile\":true}\nNexus 6 ........................ {\"width\":412, \"height\":732, \"deviceScaleFactor\":3.5, \"isMobile\":true}\nNexus 6 landscape .............. {\"width\":732, \"height\":412, \"deviceScaleFactor\":3.5, \"isMobile\":true}\nNexus 6P ....................... {\"width\":412, \"height\":732, \"deviceScaleFactor\":3.5, \"isMobile\":true}\nNexus 6P landscape ............. {\"width\":732, \"height\":412, \"deviceScaleFactor\":3.5, \"isMobile\":true}\nNexus 7 ........................ {\"width\":600, \"height\":960, \"deviceScaleFactor\":2, \"isMobile\":true}\nNexus 7 landscape .............. {\"width\":960, \"height\":600, \"deviceScaleFactor\":2, \"isMobile\":true}\nNokia Lumia 520 ................ {\"width\":320, \"height\":533, \"deviceScaleFactor\":1.5, \"isMobile\":true}\nNokia Lumia 520 landscape ...... {\"width\":533, \"height\":320, \"deviceScaleFactor\":1.5, \"isMobile\":true}\nNokia N9 ....................... {\"width\":480, \"height\":854, \"deviceScaleFactor\":1, \"isMobile\":true}\nNokia N9 landscape ............. {\"width\":854, \"height\":480, \"deviceScaleFactor\":1, \"isMobile\":true}\nPixel 2 ........................ {\"width\":411, \"height\":731, \"deviceScaleFactor\":2.625, \"isMobile\":true}\nPixel 2 landscape .............. {\"width\":731, \"height\":411, \"deviceScaleFactor\":2.625, \"isMobile\":true}\nPixel 2 XL ..................... {\"width\":411, \"height\":823, \"deviceScaleFactor\":3.5, \"isMobile\":true}\nPixel 2 XL landscape ........... {\"width\":823, \"height\":411, \"deviceScaleFactor\":3.5, \"isMobile\":true}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fplaywright-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdehaan%2Fplaywright-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fplaywright-test/lists"}