parse_artifact
Download a GitHub Actions artifact and convert it into structured test results from JUnit XML, Jest JSON, Vitest JSON, or pytest-reportlog JSONL.
Instructions
Download a GitHub Actions artifact and parse it as test results. Supports JUnit XML, Jest JSON, Vitest JSON, and pytest-reportlog JSONL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo in owner/repo format (e.g. "r-marques/testmcp") | |
| runId | Yes | GitHub Actions run ID | |
| artifactName | Yes | Name of the artifact to download and parse |