Use this pre-built prompt to set up TestDino faster.
Quick Reference
| Step | What to do |
|---|---|
| Configure reporters | Add JSON and HTML reporters to playwright.config.js |
| Run and upload | Run tests, then upload with the CLI |
| Add to CI | Upload after every test run in CI |
How Upload Works
- Configure Playwright to output JSON and HTML reports.
- Run your tests.
- Upload the report directory to TestDino using the CLI.
Configure and Upload
Follow the in-app setup guide
After creating a project, TestDino shows a CLI setup guide with your API token pre-filled.

Configure Playwright Reporters
Add JSON and HTML reporters to your Playwright config:
playwright.config.js
The HTML reporter must be listed before the JSON reporter. Playwright’s HTML reporter clears its output directory on each run, so placing it first ensures
report.json is not deleted.Add to CI
Add the upload step after your test execution step.- GitHub Actions - Node.js
- GitHub Actions - Python
.github/workflows/test.yml
Next Steps
Explore what TestDino tracks once your first report is uploaded.Branch Mapping
Configure branch mapping for your project
Pull Requests
View test results linked to pull requests
Analytics
Explore test analytics and insights
Users & Roles
Manage organization members and permissions