Skip to main content
The TestDino Reporter CLI uploads Playwright test reports, artifacts, and metadata to TestDino from local machines or CI pipelines. Two packages are available based on your test stack.

Available CLIs

nodejs

Node.js

tdpw — for Playwright with Node.js
python

Python

testdino — for Playwright with pytest

What the CLI Does

CapabilityDescription
Upload reportsSend JSON, HTML, screenshots, videos, and traces to TestDino
Cache metadataStore test execution data for intelligent reruns
Rerun failuresUsed for reruning failures tests only
Collect Git infoAutomatically reads branch, commit, author, and repo URL
Collect CI infoDetects CI provider, build ID, and PR details
Tag runsAttach environment and tags to testrun
NoteGit initialization is required. The CLI reads commit hash, branch name, and author information from your repository.