{"id":21565157,"url":"https://github.com/cfware/tap-yaml-summary","last_synced_at":"2025-03-18T05:17:35.452Z","repository":{"id":57376442,"uuid":"224534574","full_name":"cfware/tap-yaml-summary","owner":"cfware","description":"Output a summary in YAML format from a TAP stream","archived":false,"fork":false,"pushed_at":"2022-08-13T15:31:50.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-23T18:14:11.731Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-11-27T23:33:57.000Z","updated_at":"2022-08-13T06:00:08.000Z","dependencies_parsed_at":"2022-09-06T06:50:48.390Z","dependency_job_id":null,"html_url":"https://github.com/cfware/tap-yaml-summary","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Ftap-yaml-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Ftap-yaml-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Ftap-yaml-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Ftap-yaml-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfware","download_url":"https://codeload.github.com/cfware/tap-yaml-summary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160055,"owners_count":20408021,"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":[],"created_at":"2024-11-24T10:18:37.031Z","updated_at":"2025-03-18T05:17:35.432Z","avatar_url":"https://github.com/cfware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-yaml-summary [![NPM Version][npm-image]][npm-url]\n\nOutput a summary in YAML format from a TAP stream\n\n## Target User\n\nThis produces intentionally bare bones summaries.  The primary target is modules\nwith stable testing.  If you are looking for a pretty output look elsewhere.\n\n## Command-line usage\n\n```sh\ntap test/*.js | tap-yaml-summary\n```\n\n## API\n\nThis module works as a transform stream\n\n```js\nconst Reporter = require('tap-yaml-summary');\n\nfs.createReadStream('saved-test-output.tap')\n  .pipe(new Reporter().on('error', () =\u003e process.exit(1)))\n  .pipe(process.stdout);\n```\n\nThe `error` event is emitted on completion if any assertion failed or a bailout occurred.\n\n## Attribution\n\nThis was based on `tap-mocha-reporter`.\n\n[npm-image]: https://img.shields.io/npm/v/tap-yaml-summary.svg\n[npm-url]: https://npmjs.org/package/tap-yaml-summary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Ftap-yaml-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfware%2Ftap-yaml-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Ftap-yaml-summary/lists"}