{"id":17913716,"url":"https://github.com/stratus3d/cttap","last_synced_at":"2025-04-03T07:24:09.165Z","repository":{"id":145850694,"uuid":"52232407","full_name":"Stratus3D/CTTAP","owner":"Stratus3D","description":"A TAP producer that integrates with existing Common Test suites via a Common Test hook","archived":false,"fork":false,"pushed_at":"2023-02-18T21:57:29.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T21:13:38.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/Stratus3D.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-21T22:50:40.000Z","updated_at":"2023-02-18T21:57:32.000Z","dependencies_parsed_at":"2023-05-18T11:18:10.153Z","dependency_job_id":null,"html_url":"https://github.com/Stratus3D/CTTAP","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/Stratus3D%2FCTTAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2FCTTAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2FCTTAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2FCTTAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stratus3D","download_url":"https://codeload.github.com/Stratus3D/CTTAP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246953718,"owners_count":20860073,"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-10-28T19:53:11.697Z","updated_at":"2025-04-03T07:24:09.142Z","avatar_url":"https://github.com/Stratus3D.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTTAP\n\n*Common Test Test Anything Protocol*\n\nA TAP producer that integrates with existing Common Test suites via a Common Test hook. CTTAP provides a simple way to generate TAP output without having to modify existing test code.\n\n## Installation\n\nAdd CTTAP as a test dependency in your project:\n\nerlang.mk:\n\n    TEST_DEPS = cttap\n    dep_cttap = git https://github.com/Stratus3D/cttap.git master\n\nRebar and Rebar3:\n\n    {deps, [app_name,\n        {rebar, \".*\",\n         {git, \"git://github.com/Stratus3D/cttap.git\", {branch, \"master\"}}}\n    }\n\n## Usage\n\nAdd cttap as a ct_hook:\n\nerlang.mk:\n\n    CT_OPTS ='-ct_hooks cttap \"[{filename, \\\"../test.tap\\\"}]\"'\n\nRebar:\n\n    {ct_extra_params, \"-ct_hooks cttap '[{filename, \\\"../test.tap\\\"}]'\"}\n\nRebar3:\n\n    {ct_opts, [cttap]}\n\n## Similar Projects\n\n* An complete testing library with TAP output: [https://github.com/ngerakines/etap](https://github.com/ngerakines/etap)\n* A TAP producer for Elixir's ExUnit: [https://github.com/Stratus3D/Spout](https://github.com/Stratus3D/Spout)\n\n## Known Issues\n\nNo known issues.\n\n## Contributing\n\nFeel free to create an issue or pull request on GitHub ([https://github.com/Stratus3D/cttap/issues](https://github.com/Stratus3D/cttap/issues)) if you find a bug or see something that could be improved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratus3d%2Fcttap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstratus3d%2Fcttap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratus3d%2Fcttap/lists"}