{"id":21634811,"url":"https://github.com/opendevstack/junit-testsuites","last_synced_at":"2025-03-18T22:41:19.338Z","repository":{"id":206031311,"uuid":"715658715","full_name":"opendevstack/junit-testsuites","owner":"opendevstack","description":"Utility tool to combine multiple JUnit testsuite files into one","archived":false,"fork":false,"pushed_at":"2023-11-09T09:36:08.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-25T00:20:11.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/opendevstack.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":"2023-11-07T15:22:10.000Z","updated_at":"2023-11-07T15:24:00.000Z","dependencies_parsed_at":"2024-11-25T04:33:28.442Z","dependency_job_id":null,"html_url":"https://github.com/opendevstack/junit-testsuites","commit_stats":null,"previous_names":["opendevstack/junit-testsuites"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opendevstack%2Fjunit-testsuites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opendevstack%2Fjunit-testsuites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opendevstack%2Fjunit-testsuites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opendevstack%2Fjunit-testsuites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opendevstack","download_url":"https://codeload.github.com/opendevstack/junit-testsuites/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244320322,"owners_count":20434090,"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-25T03:18:13.619Z","updated_at":"2025-03-18T22:41:19.320Z","avatar_url":"https://github.com/opendevstack.png","language":"Go","readme":"\n# junit-testsuites\n\nThis repository provides a simple utility tool (`combine-junit-testsuites`) to combine multiple JUnit XML files, each representing one testsuite, into a single JUnit XML file representing multiple testsuites.\n\nThe main functionality is also available as a [Go package](https://pkg.go.dev/github.com/opendevstack/junit-testsuites/combine).\n\n## Usage (CLI)\n\n```\ngo install github.com/opendevstack/junit-testsuites/cmd/combine-junit-testsuites@latest\n\ncombine-junit-testsuites \"build/test-results/test/*.xml\" \u003e combined.xml\n```\n\n## Usage (Go)\n\n```\nimport (\n    \"log\"\n    \"os\"\n\n    \"github.com/opendevstack/junit-testsuites/combine\"\n)\n\nopts := combine.Options{\n    FilesGlob:  \"*.xml\",\n    Name:       \"combined\",\n    KeepStdout: false,\n    KeepStderr: false,\n}\nif err := combine.CombineTestsuites(os.Stdout, opts); err != nil {\n    log.Fatal(err)\n}\n```\n\n## Background Information\n\nSee https://github.com/windyroad/JUnit-Schema for more information on the JUnit XML schema.\n\nThe main functionality of this repository is implemented using the [github.com/jstemmer/go-junit-report/v2/junit](https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/junit) package.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendevstack%2Fjunit-testsuites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopendevstack%2Fjunit-testsuites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendevstack%2Fjunit-testsuites/lists"}