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.Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
Available CLIs
Node.js
tdpw — for Playwright with Node.jsPython
testdino — for Playwright with pytestWhat the CLI Does
| Capability | Description |
|---|---|
| Upload reports | Send JSON, HTML, screenshots, videos, and traces to TestDino |
| Cache metadata | Store test execution data for intelligent reruns |
| Rerun failures | Used for reruning failures tests only |
| Collect Git info | Automatically reads branch, commit, author, and repo URL |
| Collect CI info | Detects CI provider, build ID, and PR details |
| Tag runs | Attach environment and tags to testrun |
NoteGit initialization is required. The CLI reads commit hash, branch name, and author information from your repository.