What you’ll learn
- How to install the TestDino extension from Visual Studio Marketplace
- How to connect Azure DevOps to TestDino using a Project Access Token
- How to view and filter test runs inside Azure DevOps
Quick Reference
| Task | Action | Link |
|---|---|---|
| Install extension | Visual Studio Marketplace | Install |
| Generate token | Project → Settings → Integrations | Generate token |
| Connect extension | Paste token in Azure DevOps | Connect |
| View test runs | TestDino tab in Azure DevOps | View runs |
| Filter runs | Time range and run type filters | Filtering |
Key Features
| Feature | Description |
|---|---|
| Test run visibility | View recent test runs with pass, fail, skipped, and flaky counts |
| Execution metadata | Track duration, commit, branch, and environment per run |
| Time filtering | Filter test runs by date range |
| Secure authentication | Read-only Project token-based access |
Prerequisites
- An active Azure DevOps organization and project
- A TestDino account with at least one project
- Permission to install extensions in Azure DevOps
- A valid TestDino Project Access Token
Install the Extension
Open the Marketplace
Go to the Visual Studio Marketplace ↗ and search for TestDino.

Connect Azure DevOps to TestDino
After installation, connect the extension to TestDino.Open TestDino in Azure DevOps
- Navigate to your Azure DevOps project
- From the left sidebar, click TestDino

Generate a TestDino Access Token
- Log in to TestDino and select your Organization
- Go to Project → Settings → API Keys
- Click New and select Access Token

- Copy the generated token

Viewing Test Runs
After a successful connection, you can view TestDino test runs directly in Azure DevOps. Each test run displays:| Field | Description |
|---|---|
| Test Run ID | Unique identifier and execution duration |
| Commit | Associated commit hash |
| Triggered by | The user who initiated the run |
| Branch & environment | Source branch and test environment |
| Results summary | Passed, failed, skipped, flaky, and total test counts |
Filtering and Refreshing Data
Use the built-in controls to refine displayed test runs:| Control | Function |
|---|---|
| Time range filter | Show runs from a specific period (e.g., Last 30 days) |
| Test run filter | Filter by run type |
| Refresh button | Fetch the latest data from TestDino |
Removing or Updating the API Token
If you need to change or revoke access:- Click Remove Token in the TestDino Azure DevOps view
- Reconnect using a new Project Access Token
Permissions and Security
The extension uses a read-only API token to fetch test run data.- No test execution or data modification is performed
- Data is fetched securely over HTTPS
- Tokens can be revoked anytime from the TestDino settings
Troubleshooting
No test runs visible
No test runs visible
- Ensure the Project Access Token (PAT) belongs to the correct TestDino project. Generate it from Settings → Integrations → Project Access Token
- Confirm that test runs exist in the TestDino project
- Click the refresh button on the extension to fetch the latest data
Authentication error
Authentication error
- The extension uses a Project Access Token (PAT) created from Settings → Integrations → Project Access Token in TestDino. Verify the token is valid and has not been revoked
- Click Remove Token in the Azure DevOps extension view, then reconnect using a new PAT
Extension not visible in Azure DevOps
Extension not visible in Azure DevOps
- Confirm the extension is installed for the correct Azure DevOps organization and project
- Check Organization Settings → Extensions in Azure DevOps to verify installation
Token expired or revoked
Token expired or revoked
- Generate a new Project Access Token from Settings → Integrations → Project Access Token in TestDino
- Remove the old token in the Azure DevOps extension and paste the new one
Related
GitHub App
PR comments, CI checks, and pull request sync
GitLab
MR comments and merge request sync
Generate API Keys
Create API tokens for integrations
Integrations Overview
All available TestDino integrations

