Use this pre-built prompt to set up TestDino faster.
How It Works
- Configure Playwright to output JSON and HTML reports
- Run your tests
- Upload the report to TestDino using the CLI
Setup
Follow the in-app setup guide
After creating a project, TestDino shows a CLI setup guide with your API token pre-filled. Follow the steps to install the CLI, configure reporters, and upload your first report.

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.CI/CD Integration
Add these steps to your workflow after your test execution step.- GitHub Actions - Node.js
- GitHub Actions - Python
.github/workflows/test.yml
Next Steps
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