{"id":15010544,"url":"https://github.com/nodejs/tap2junit","last_synced_at":"2025-10-17T12:09:10.706Z","repository":{"id":45264005,"uuid":"73383192","full_name":"nodejs/tap2junit","owner":"nodejs","description":"a tap2junit converter intended for use with node.js jenkins ci","archived":false,"fork":false,"pushed_at":"2024-07-22T11:32:55.000Z","size":370,"stargazers_count":8,"open_issues_count":8,"forks_count":12,"subscribers_count":18,"default_branch":"main","last_synced_at":"2024-10-29T16:13:33.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/nodejs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-10T13:09:51.000Z","updated_at":"2024-10-23T01:57:30.000Z","dependencies_parsed_at":"2024-02-18T13:34:11.872Z","dependency_job_id":"d78a2bd2-24ad-4e22-a3f4-84d64d1d8f55","html_url":"https://github.com/nodejs/tap2junit","commit_stats":{"total_commits":47,"total_committers":9,"mean_commits":5.222222222222222,"dds":0.4893617021276596,"last_synced_commit":"0601e2df056c9a6625eba78c627eab405d09caa8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Ftap2junit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Ftap2junit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Ftap2junit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Ftap2junit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","download_url":"https://codeload.github.com/nodejs/tap2junit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237221170,"owners_count":19274447,"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-09-24T19:34:41.584Z","updated_at":"2025-10-17T12:09:05.664Z","avatar_url":"https://github.com/nodejs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A utility that converts [TAP version 12 and 13](https://testanything.org/) to [JUnit](https://junit.org/junit5/). That's it.\n\nUpstream is currently unmaintained at https://bitbucket.org/fedoraqa/pytap13/src/develop/\n\nThe syntax expected is currently pretty custom-tailored for use at https://ci.nodejs.org\n\nImprovements are welcome.\n\nTo install from https://pypi.org/project/tap2junit (recommended):\n\n`pipx install tap2junit`\n\nTo install directly from this repo (not recommended):\n\n`pipx install --force git+https://github.com/nodejs/tap2junit.git`\n\nTo run:\n\n`tap2junit -i file.tap -o file.xml`\n\n`tap2junit --help`\n```\nusage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME] [--package PACKAGE]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --input INPUT, -i INPUT\n                        path to tap13 file\n  --output OUTPUT, -o OUTPUT\n                        output file name\n  --compact, -c         do not prettify the xml output\n  --name NAME, -n NAME  override test suite name\n  --package PACKAGE, -p PACKAGE\n                        set package for test suite\n```\n\nSuggested code hygiene:\n```\n$ ruff --show-fixes --show-source .\n$ black .\n```\n\n## Running tests locally\n\n```sh\npython3 -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip\npip install pytest\npip install --editable \".[dev]\"\npytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Ftap2junit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodejs%2Ftap2junit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Ftap2junit/lists"}