{"id":21847528,"url":"https://github.com/scribd/junit-xml-parser-action","last_synced_at":"2025-03-21T17:19:56.333Z","repository":{"id":66239616,"uuid":"297463209","full_name":"scribd/junit-xml-parser-action","owner":"scribd","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-07T21:57:32.000Z","size":389,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-26T12:38:26.340Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/scribd.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":"2020-09-21T21:16:25.000Z","updated_at":"2021-01-26T22:33:06.000Z","dependencies_parsed_at":"2025-01-26T12:23:15.106Z","dependency_job_id":"f4c3b77e-e221-4d5a-a6ec-8f0976aeb873","html_url":"https://github.com/scribd/junit-xml-parser-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2Fjunit-xml-parser-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2Fjunit-xml-parser-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2Fjunit-xml-parser-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribd%2Fjunit-xml-parser-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scribd","download_url":"https://codeload.github.com/scribd/junit-xml-parser-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244835574,"owners_count":20518263,"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":["actions"],"created_at":"2024-11-27T23:18:27.890Z","updated_at":"2025-03-21T17:19:56.310Z","avatar_url":"https://github.com/scribd.png","language":"JavaScript","readme":"# JUnit XML Parser Action\n\nParse test reports (for example junit.xml created by xcpretty). Simple wrapper of [junit2json](https://www.npmjs.com/package/junit2json).\n\n## Inputs\n\n### `path`\n\nThe junit file to parse.\n\n### `content`\n\nThe junit string to parse.\n\n### `fail-on-error`\n\nShould cancel workflow if parsing fails. Defaults to **true**.\n\n## Outputs\n\n### `total-test-count`\n\nThe number of tests that were ran.\n\n### `success-test-count`\n\nThe number of tests that succeeded.\n\n### `failure-test-count`\n\nThe number of tests that failed.\n\n### `parsed`\n\nBoolean specifying if parsing succeeded.\n\n### `json`\n\nThe fully parsed content as JSON.\n\n## Example usage\n\n```yaml\n- name: Parse JUnit XML string\n  id: junit-parser\n  uses: justAnotherDev/junit-xml-parser-action@v1\n  with:\n    path: test_output/junit.xml\n\n- run: echo \"Failed Tests: ${{ steps.junit-parser.outputs.failure-test-count }}\" \n```\n\nMore examples [here](https://github.com/justAnotherDev/junit-xml-parser-action/blob/master/.github/workflows/test.yml).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribd%2Fjunit-xml-parser-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscribd%2Fjunit-xml-parser-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribd%2Fjunit-xml-parser-action/lists"}