{"id":14156414,"url":"https://github.com/tapper/Tapper-autoreport","last_synced_at":"2025-08-06T02:33:15.850Z","repository":{"id":5209176,"uuid":"6385009","full_name":"tapper/Tapper-autoreport","owner":"tapper","description":"Tapper - turn your bash scripts into TAP test scripts (with optional Tapper support)","archived":false,"fork":true,"pushed_at":"2015-12-18T12:49:01.000Z","size":188,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-17T08:07:10.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://tapper.github.com/Tapper","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gnu-user/Tapper-autoreport","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tapper.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":"2012-10-25T09:39:45.000Z","updated_at":"2023-12-06T16:59:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tapper/Tapper-autoreport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapper%2FTapper-autoreport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapper%2FTapper-autoreport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapper%2FTapper-autoreport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapper%2FTapper-autoreport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapper","download_url":"https://codeload.github.com/tapper/Tapper-autoreport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228829168,"owners_count":17978159,"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-08-17T08:05:27.463Z","updated_at":"2024-12-09T03:31:36.966Z","avatar_url":"https://github.com/tapper.png","language":"Shell","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# tapper-autoreport\n\n## ABOUT\n\n`tapper-autoreport` is a \"bash include file\" you can add (\"source\") at\nthe end of your own bash script.\n\nIt then magically turns your bash script into a \"**Tapper test\nsuite**\".\n\nIt also allows your bash script to be executed locally via the `prove`\ncommand, a standard tool to run test scripts that produce TAP output\n(\"Test Anything Protocol\") -- without requiring an actual Tapper\nframework.\n\nDue to that and no other external dependecies it's a good starting\npoint to write actual **function tests** that are reusable.\n\nIt collects meta information from system, reports test results and can\nupload logs and other files over network to a\n[Tapper server](http://github.com/tapper/Tapper-Reports-Receiver).\n\n## SYNOPSIS\n\n### An autoreport based script\n\n```bash\n #! /bin/bash\n . /tapper-autoreport --import-utils\n # your own stuff here ...\n . /tapper-autoreport\n```\n\n### Run via 'prove' (a standard test utility)\n\nThe tool `prove` is a standard tool available in every Linux\ndistribution. This executes the script locally and reports success:\n\n```bash\n $ prove ./trivial-example-1.sh\n ./trivial-example-1.sh .. ok\n All tests successful.\n Files=1, Tests=5, 20 wallclock secs\n Result: PASS\n```\n\n\n### Run directly to report to Tapper\n\nThis runs the test script which then sends test report to a Tapper\nserver:\n\n```bash\n $ ./trivial-example-1.sh\n # http://tapper/tapper/reports/id/129218\n # - upload ./trivial-example-1.sh ...\n # - upload /boot/config-2.6.32-22-generic ...\n # - upload /proc/cpuinfo ...\n # - upload /proc/devices ...\n # - upload /proc/version ...\n```\n\n### More info\n\nFor more info please read\n[autoreport manual](https://github.com/tapper/Tapper-autoreport/blob/master/autoreport-manual.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapper%2FTapper-autoreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapper%2FTapper-autoreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapper%2FTapper-autoreport/lists"}