{"id":20162057,"url":"https://github.com/qtsolv/squerge","last_synced_at":"2026-06-08T00:32:12.715Z","repository":{"id":45251159,"uuid":"441370178","full_name":"qtsolv/squerge","owner":"qtsolv","description":"Utility npm package to merge multiple test execution reports for SonarQube.","archived":false,"fork":false,"pushed_at":"2021-12-28T05:40:29.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T11:07:48.875Z","etag":null,"topics":["combine","cypress","merge","reporting","sonarqube","xml"],"latest_commit_sha":null,"homepage":"https://qtsolv.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qtsolv.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":"2021-12-24T05:00:10.000Z","updated_at":"2021-12-28T05:38:55.000Z","dependencies_parsed_at":"2022-08-30T10:21:47.137Z","dependency_job_id":null,"html_url":"https://github.com/qtsolv/squerge","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtsolv%2Fsquerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtsolv%2Fsquerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtsolv%2Fsquerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qtsolv%2Fsquerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qtsolv","download_url":"https://codeload.github.com/qtsolv/squerge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600484,"owners_count":19988713,"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":["combine","cypress","merge","reporting","sonarqube","xml"],"created_at":"2024-11-14T00:23:06.686Z","updated_at":"2026-06-08T00:32:12.673Z","avatar_url":"https://github.com/qtsolv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# squerge\n\nUtility [npm](https://www.npmjs.com/) package to merge multiple test execution reports for [SonarQube](https://www.sonarqube.org/).\n\n[![npm](https://img.shields.io/npm/dm/squerge)](https://www.npmjs.com/package/squerge)\n[![npm](https://img.shields.io/npm/v/squerge)](https://www.npmjs.com/package/squerge)\n[![Node.js CI](https://github.com/qtsolv/squerge/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/qtsolv/squerge/actions/workflows/node.js.yml)\n[![codecov](https://codecov.io/gh/qtsolv/squerge/branch/main/graph/badge.svg?token=W6OAHVJKPS)](https://codecov.io/gh/qtsolv/squerge)\n\n### Installation\n\nTo install the library in your project, use below command:\n\n```shell\nnpm install squerge\n```\n\nOr install globally to use the cli:\n\n```shell\nnpm install --global squerge\n```\n\n### Usage\n\nTo use it from within code, use as below:\n\n```javascript\nconst {merge} = require('squerge');\n\nmerge(\n    ['reports/*.spec.js.xml'],\n    'reports/combined.xml'\n).then(() =\u003e {\n    // done saving to reports/combined.xml\n}).catch((err) =\u003e {\n    // failed for some reason\n});\n```\n\nOr you can directly merge reports from command-line as below:\n\n```shell\nsquerge -o reports/combined.xml \"reports/*.spec.js.xml\"\n```\n\n### License\n\nSee the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtsolv%2Fsquerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqtsolv%2Fsquerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqtsolv%2Fsquerge/lists"}