{"id":16226239,"url":"https://github.com/antony/jest-multi-test-result-processor","last_synced_at":"2026-04-19T03:04:37.638Z","repository":{"id":66169584,"uuid":"121263651","full_name":"antony/jest-multi-test-result-processor","owner":"antony","description":"Allow the composition of test-result-processors in Jest so that you can produce multiple reports in a single test run","archived":false,"fork":false,"pushed_at":"2018-02-12T17:33:24.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-11T02:36:43.704Z","etag":null,"topics":["ci","composition","jest","jest-plugin","jest-reporter","jest-result-processor","reporting","tdd","test-reporting","testing"],"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/antony.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,"zenodo":null}},"created_at":"2018-02-12T15:26:11.000Z","updated_at":"2019-06-21T10:19:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"277af801-c6b0-43fd-bfd6-b5ff5c29402c","html_url":"https://github.com/antony/jest-multi-test-result-processor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/antony/jest-multi-test-result-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fjest-multi-test-result-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fjest-multi-test-result-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fjest-multi-test-result-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fjest-multi-test-result-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antony","download_url":"https://codeload.github.com/antony/jest-multi-test-result-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fjest-multi-test-result-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ci","composition","jest","jest-plugin","jest-reporter","jest-result-processor","reporting","tdd","test-reporting","testing"],"created_at":"2024-10-10T12:48:33.901Z","updated_at":"2026-04-19T03:04:37.630Z","avatar_url":"https://github.com/antony.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Jest Multi 'testResultProcessor'\n\nAllows jest to compose the 'testResultProcessor' so that it can output to multiple test result processors / test reporters.\n\n### Usage\n\nInstall the module, and any reporters/processors you want to use:\n\n```bash\n  npm install --save-dev jest-multi-test-result-processor\n  npm install --save-dev jest-junit\n  ...\n```\n\nAdd a section in your `package.json` as follows:\n\n```json\n  \"jest-multi-test-result-processor\": {\n    \"processors\": [\n      \"jest-junit\",\n      \"html-jest-reporter\"\n    ]\n  }\n```\n\nJest will run through each of the processors in turn, and pass each of them the results of `jest test`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantony%2Fjest-multi-test-result-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantony%2Fjest-multi-test-result-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantony%2Fjest-multi-test-result-processor/lists"}