{"id":25306643,"url":"https://github.com/anooprav7/playwright-merge-html-reports","last_synced_at":"2026-02-03T10:02:11.584Z","repository":{"id":37666365,"uuid":"461494047","full_name":"anooprav7/playwright-merge-html-reports","owner":"anooprav7","description":"Merge multiple playwright HTML Reports into a single one","archived":false,"fork":false,"pushed_at":"2022-09-22T11:22:09.000Z","size":8786,"stargazers_count":12,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T02:34:23.570Z","etag":null,"topics":["html-report","playwright"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/playwright-merge-html-reports","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anooprav7.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}},"created_at":"2022-02-20T13:20:47.000Z","updated_at":"2023-09-04T23:10:11.000Z","dependencies_parsed_at":"2023-01-17T17:45:42.386Z","dependency_job_id":null,"html_url":"https://github.com/anooprav7/playwright-merge-html-reports","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/anooprav7/playwright-merge-html-reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anooprav7%2Fplaywright-merge-html-reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anooprav7%2Fplaywright-merge-html-reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anooprav7%2Fplaywright-merge-html-reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anooprav7%2Fplaywright-merge-html-reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anooprav7","download_url":"https://codeload.github.com/anooprav7/playwright-merge-html-reports/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anooprav7%2Fplaywright-merge-html-reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29040744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:57:37.951Z","status":"ssl_error","status_checked_at":"2026-02-03T09:55:14.920Z","response_time":96,"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":["html-report","playwright"],"created_at":"2025-02-13T10:36:40.341Z","updated_at":"2026-02-03T10:02:11.542Z","avatar_url":"https://github.com/anooprav7.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This repository has moved. [Please use the new location](https://github.com/Rippling/playwright-merge-html-reports)\n\n# Merge Playwright HTML reports\n\n- Merge Playwright HTML reports to a single HTML report\n- The `index.html` file is generated and other artifacts (screenshot, trace file etc) are copied from the source folders to the merged Report folder\n- Built on `node 14.18.1`.\n- Note: `@playwright/test` is a peer dependency, not a dev dependency.\n\n- Inspiration https://github.com/microsoft/playwright/issues/10437\n\n\u003e :warning: **Tested on some use cases**: Use at your own risk. Still at early stages of development\n\n## Usage\n\n```bash\nnpm install playwright-merge-html-reports --dev\n```\n\n- You will need to install `@playwright/test` package first (if not already done). \n- In your Node.js script \n```js \nconst { mergeHTMLReports } = require(\"playwright-merge-html-reports\");\n```\n### Arguments\n1. `inputReportPaths` - Array of path to html report folders\n```js\nmergeHTMLReports([\n  process.cwd() + \"/html_report-1\",\n  process.cwd() + \"/html_report-2\"\n])\n```\n2. `config` - Optional\n```js\n\nconst inputReportPaths = [\n  process.cwd() + \"/html_report-1\",\n  process.cwd() + \"/html_report-2\"\n];\n\nconst config = {\n  outputFolderName: \"merged-html-report\", // default value\n  outputBasePath: process.cwd() // default value\n}\n\nmergeHTMLReports(inputReportPaths, config)\n```\n\n## Spec\n- TS support\n- Uses `jszip` and `yazl` for encoding and decoding zipped content from the `index.html` file.\n\n## Upcoming features\n\n- Usage directly on Command line\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanooprav7%2Fplaywright-merge-html-reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanooprav7%2Fplaywright-merge-html-reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanooprav7%2Fplaywright-merge-html-reports/lists"}