{"id":16373053,"url":"https://github.com/bischoffdev/sandboy","last_synced_at":"2026-03-05T00:36:26.437Z","repository":{"id":179197183,"uuid":"467460501","full_name":"bischoffdev/sandboy","owner":"bischoffdev","description":"Maven plugin for beautiful and clean reports for Surefire and Failsafe XML files.","archived":false,"fork":false,"pushed_at":"2025-12-19T14:50:00.000Z","size":757,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-22T05:56:35.001Z","etag":null,"topics":["failsafe","junit","maven-plugin","reporting-tool","surefire"],"latest_commit_sha":null,"homepage":"","language":"Java","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/bischoffdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-03-08T10:15:21.000Z","updated_at":"2025-12-19T14:48:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b52a828-741b-4da4-b947-a25593cfaf7c","html_url":"https://github.com/bischoffdev/sandboy","commit_stats":null,"previous_names":["bischoffdev/sandboy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bischoffdev/sandboy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bischoffdev%2Fsandboy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bischoffdev%2Fsandboy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bischoffdev%2Fsandboy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bischoffdev%2Fsandboy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bischoffdev","download_url":"https://codeload.github.com/bischoffdev/sandboy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bischoffdev%2Fsandboy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30102482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:59:36.199Z","status":"ssl_error","status_checked_at":"2026-03-04T23:56:48.556Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["failsafe","junit","maven-plugin","reporting-tool","surefire"],"created_at":"2024-10-11T03:13:14.996Z","updated_at":"2026-03-05T00:36:26.406Z","avatar_url":"https://github.com/bischoffdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/benjamin-bischoff/)\n[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Maven Central](https://img.shields.io/maven-central/v/blog.softwaretester/sandboy-maven.svg)](https://repo1.maven.org/maven2/blog/softwaretester/sandboy-maven/)\n\n![logo.png](doc/logo.png)\n\n# Sandboy Surefire Reporting\n_Clear and concise Surefire reporting!_\n\nSandboy is a very clear and concise alternative report generator for Surefire XML files. These are generated\nby [Maven Surefire](https://maven.apache.org/surefire/maven-surefire-plugin/)\nand [Maven Failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) when running unit or integration tests.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Sandboy Surefire Reporting](#sandboy-surefire-reporting)\n- [Changelog](#changelog)\n- [Maven usage](#maven-usage)\n    - [Plugin dependency](#plugin-dependency)\n    - [Report generation](#report-generation)\n        - [surefireSourcePath](#surefiresourcepath)\n        - [generatedReportPath](#generatedreportpath)\n- [Sample Report](#sample-report)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\nUsually, these reports are generated by the [Maven Site Plugin](https://maven.apache.org/plugins/maven-site-plugin/) but\nthe resulting reports are usually ugly and not very clear.\n\nThis project was inspired by my [Cluecumber reporting project for Cucumber JSON](https://github.com/trivago/cluecumber).\n\n# Changelog\n\nAll changes can be seen in the linked [changelog](CHANGELOG.md).\n\n## Maven usage\n\nFor now, Sandboy comes as a Maven plugin. In the future, it might also be implemented as a CLI utility or other flavors.\n\n### Plugin dependency\n\nYou can add this plugin dependency to your Maven project's build section like so:\n\n```xml\n\n\u003cbuild\u003e\n    \u003cplugins\u003e\n        \u003cplugin\u003e\n            \u003cgroupId\u003eblog.softwaretester\u003c/groupId\u003e\n            \u003cartifactId\u003esandboy-maven\u003c/artifactId\u003e\n            \u003cversion\u003e${project.version}\u003c/version\u003e\n            \u003cexecutions\u003e\n                \u003cexecution\u003e\n                    \u003cid\u003eGenerate_Report\u003c/id\u003e\n                    \u003cphase\u003enone\u003c/phase\u003e\n                    \u003cgoals\u003e\n                        \u003cgoal\u003ereport\u003c/goal\u003e\n                    \u003c/goals\u003e\n                \u003c/execution\u003e\n            \u003c/executions\u003e\n            \u003cconfiguration\u003e\n                \u003csurefireSourcePath\u003e${project.basedir}/surefire/real.xml\u003c/surefireSourcePath\u003e\n                \u003cgeneratedReportPath\u003e${project.build.directory}/sandboy-report\u003c/generatedReportPath\u003e\n            \u003c/configuration\u003e\n        \u003c/plugin\u003e\n    \u003c/plugins\u003e\n\u003c/build\u003e\n```\n\n### Report generation\n\nReport generation can be triggered by `mvn sandboy:report`.\n\n__Note:__ It is important not to call `mvn clean sandboy:report` if the Surefire XML files are inside the `target`\ndirectory - otherwise these would be wiped by the `clean` command!\n\nYou only need to provide two parameters (as seen in the `\u003cconfiguration\u003e` section above): `surefireSourcePath`\nand `generatedReportPath`.\n\n#### surefireSourcePath\n\nThis parameter specifies the location of the Surefire XML files. It can be a directory or the path to one specific\nSurefire XML file.\n\nIn case of a directory, Sandboy will only process Surefire XML files and skip all others.\n\n#### generatedReportPath\n\nThis is the path to store the generated report in.\n\n## Sample Report\n\n![report.png](doc/report.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbischoffdev%2Fsandboy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbischoffdev%2Fsandboy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbischoffdev%2Fsandboy/lists"}