A microservice for ingesting CI/CD test results directly into Huly Test Management.
148
A standalone, high-performance bridge microservice for ingesting CI/CD test results (JUnit XML, Pytest JSON) directly into Huly Test Management.
POST /api/v1/ingest/junit parses XML reports from pytest, Jest, JUnit 5, Vitest, and Playwright.POST /api/v1/ingest/run for rich programmatic reporting.TestSuites and TestCases in Huly.TxApplyIf over Huly Transactor's REST RPC API.Authentication is passed via standard headers:
X-Huly-Url: Base URL of Huly Transactor (e.g. http://localhost:3332)X-Huly-Workspace: Target Workspace UUIDX-Huly-Token: Personal Access Token / API Tokenpip install -r requirements.txt
uvicorn main:app --port 8095
docker build -t huly-test-ingest .
docker run -p 8095:8095 huly-test-ingest
Content type
Image
Digest
sha256:2ce3decb1…
Size
62.6 MB
Last updated
7 days ago
docker pull rgarrido03/huly-test-ingest