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.