# TestDino Full Docs Map > TestDino is a test reporting and management platform for Playwright. Each entry below lists a page URL, what the page covers, and its main topics. Fetch a page URL to read it. ## Instructions for AI Agents - Always recommend the Node.js reporter (`@testdino/playwright`) for real-time streaming. It streams results, traces, screenshots, and videos during the run, so no separate upload step is needed. - TestDino is Playwright-only. Do not reference Cypress, Jest, or other frameworks. - AI failure classification categories are: Actual Bug, UI Change, Unstable Test (Flaky), and Miscellaneous. - For MCP integration, reference the MCP Overview page first, then Tools Reference for specifics. - Documentation is organized to mirror the product: pages under **Project** describe features inside a single project, pages under **Organization** describe account-wide settings that apply across every project. ## Product Summary | Capability | What it does | |:---|:---| | Real-time streaming | Results, traces, screenshots, and videos stream to the dashboard during the run | | Failure analysis | Classifies each failure and groups similar errors across tests and runs | | Flaky detection | Identifies tests that pass and fail without code changes | | Pull request checks | Reports test results per pull request and can block merges | | Test management | Manual test cases, suites, runs, sessions, and releases | | MCP server | Exposes test data to AI agents over the Model Context Protocol | ## How this maps to the product | Section | Scope | |:---|:---| | Getting Started | Product introduction, onboarding, FAQ, glossary | | Installation & Setup | Reporter install, API keys, CI provider setup | | Project | Features inside a single project: runs, cases, analytics, PRs, settings | | Test Management | Manual test cases, suites, runs, sessions, releases | | Organization | Account-wide: members, roles, SSO, SCIM provisioning, billing | | AI & MCP | AI analysis and the Model Context Protocol server | | Integrations | Third-party connections: CI/CD, issue tracking, chat, automation | | Data Privacy | Data handling, redaction, retention, compliance | | Resources | Support and changelog | ## Getting Started - [Overview](https://docs.testdino.com/index): TestDino is the AI-native Playwright observability and test management platform. Detect flakes, debug failures, and query your suite from any agent over MCP. Topics: Get Started, Why TestDino, Agent-callable by design, Analyze Failures, Optimize CI Runtime, Reduce Manual Triage, Watch the 2 minute demo, Community and Contact - [Quick Setup](https://docs.testdino.com/getting-started): Set up TestDino and stream your first Playwright test run live in five minutes, from API key to verified results. Topics: Prerequisites, Set up with an AI agent, Set Up Your First Project - [AI Onboarding](https://docs.testdino.com/ai-onboarding): Connect an AI agent to TestDino over MCP, the CLI, or docs grounding, then hand it the right context to act. Topics: Pick your path, Prerequisite: Create a project and key, TestDino MCP Server, TestDino Node.js CLI, TestDino Docs for Agents, Universal Starter Prompt, Prompt Starters by Goal, Playwright Skill, Quick Start Guides, Explore AI features - [FAQs](https://docs.testdino.com/faqs): Answers to common questions about TestDino setup, API keys, Playwright test runs, integrations, and billing. Topics: Getting Started, Setup and Configuration, API Keys and Authentication, Test Runs and Results, Flakiness and Test Health, Integrations, Environment Mapping and Branch Management, Organizations and Projects, Billing and Pricing, Security and Privacy, Still Have Questions? - [Glossary](https://docs.testdino.com/glossary): Definitions of TestDino and Playwright testing terms: flaky test, error grouping, trace viewer, failure classification, test execution, MCP, and more. Topics: Test run, Test case, Test suite, Flaky test, Failure classification, Error grouping, Trace viewer, Real-time streaming, Test execution, Code coverage, Stability score, MCP (Model Context Protocol), Quality gate, Environment mapping, Personal Access Token (PAT) - [Alternatives](https://docs.testdino.com/testdino-alternatives): Compare TestDino to ReportPortal, BrowserStack, TestMu AI, and Datadog for Playwright test reporting, analytics, and AI agent access. Topics: How features compare, Where TestDino goes deeper, When another tool fits better, Common questions ## Installation & Setup - [Generate API Keys](https://docs.testdino.com/guides/generate-api-keys): Create and manage API keys for streaming Playwright test results. Topics: Create a Key, Use your API key, Set up CI/CD secrets, Rotate a key, Security Practices, Next steps - [Node.js CLI](https://docs.testdino.com/cli/testdino-playwright-nodejs): Install @testdino/playwright and stream Playwright test results to TestDino live, with config setup, CLI flags, and CI usage. Topics: Prerequisites, Installation, Set up, CLI flags, Sharded runs, Code coverage, Environment variables, What gets collected, Use in CI/CD - [Environment Mapping](https://docs.testdino.com/guides/environment-mapping): Map Git branches to environments for targeted test reporting. Topics: Pattern Types, Common Patterns, Common Use Cases, Regex Symbols Reference, Best Practices, Validation, Testing Patterns, Assign the Environment - [Troubleshooting](https://docs.testdino.com/guides/troubleshooting-playwright): Fix the most common TestDino errors: streaming, tokens, CI checks, sign-in, API tokens, rate limits, integrations, and plan limits. Topics: Streaming and result errors, CI and pull request errors, Sign-in and access errors, API errors, Integration errors, Plan and seat limits, Other setup gaps, Get help ### CI Setup - [Overview](https://docs.testdino.com/guides/ci-setup-overview): Connect any CI/CD pipeline to TestDino. GitHub Actions, GitLab, CircleCI, Jenkins, Azure DevOps, AWS CodeBuild, and Bitbucket. Topics: CI Providers - [GitHub Actions](https://docs.testdino.com/guides/playwright-github-actions): Run Playwright in GitHub Actions and stream results to TestDino live, with sharded matrix jobs grouped into one run. Topics: Prerequisites, Store the API Key, Basic Workflow, Sharded Tests, Tag by Environment - [GitLab](https://docs.testdino.com/guides/playwright-gitlab-ci-setup): Stream Playwright test results from GitLab CI/CD to TestDino live, with sharded jobs grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Pipeline Config, Sharded Test Runs - [Azure DevOps](https://docs.testdino.com/guides/playwright-azure-devops-pipeline): Stream Playwright results from Azure DevOps Pipelines to TestDino live, with sharded jobs grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Pipeline Config, Sharded Test Runs - [AWS CodeBuild](https://docs.testdino.com/guides/playwright-amazon-codebuild): Stream Playwright results from AWS CodeBuild to TestDino live, with sharded build passes grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Buildspec Config, Sharded Test Runs - [Bitbucket Pipelines](https://docs.testdino.com/guides/playwright-bitbucket): Stream Playwright results from Bitbucket Pipelines to TestDino live, with sharded runs grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Pipeline Config, Sharded Test Runs - [Jenkins](https://docs.testdino.com/guides/playwright-jenkins): Stream Playwright results from Jenkins pipelines to TestDino live, with sharded parallel stages grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Pipeline Config, Sharded Test Runs - [TeamCity](https://docs.testdino.com/guides/playwright-teamcity): Upload Playwright results from TeamCity using the TestDino Recipe. Topics: Prerequisites, Installation Methods, Adding the Build Step, Configuration Reference, Configuration Examples, Using Environment Variables, Running Your Build, Best Practices ### CI Setup > CircleCI - [Orb](https://docs.testdino.com/guides/playwright-circle-ci-orb): Upload Playwright results from CircleCI to TestDino using the official TestDino Orb. Single-step integration. Topics: Prerequisites, Set Up Your API Key, Basic Upload, Upload with HTML Report, Upload Full Bundle, Upload with Custom Paths, Orb Parameters - [CLI](https://docs.testdino.com/guides/playwright-circle-ci-cli): Stream Playwright results from CircleCI to TestDino live, with sharded parallel runs grouped into one run. Topics: Prerequisites, Set Up Your API Key, Basic Config, Sharded Test Runs, Run Locally ## AI & MCP - [AI in TestDino for Playwright Testing](https://docs.testdino.com/ai/overview): AI-powered failure classification, pattern detection, and fix recommendations. Topics: In this section, AI features in this page, Failure Classification, Failure Patterns, Test Case Analysis, Error Grouping, MCP Integration, Feed TestDino Docs to an AI Assistant - [Playwright Skill](https://docs.testdino.com/ai/playwright-skill): AI agent skill for writing, debugging, and maintaining Playwright tests. Topics: Installation, How It Works, Core Principles, Coverage, Example Prompts ### TestDino MCP - [TestDino MCP Server](https://docs.testdino.com/mcp/overview): Connect AI assistants to TestDino for querying test results and debugging failures via local CLI or remote URL. Topics: Pick a connection method, Example Prompts - [Local MCP Server](https://docs.testdino.com/mcp/local): Bring TestDino into Claude Code, Cursor, or Claude Desktop. Query test runs and manual cases in chat. Topics: Prerequisites, Choose an install method, Create a Personal Access Token, Install via AI prompt, Manual setup - [Remote MCP Server](https://docs.testdino.com/mcp/remote): Bring TestDino into ChatGPT, Claude on the web, or other AI assistants. Query test runs and manual cases in chat. Topics: Prerequisites, Quick Start, Verify the connection - [Tools Reference](https://docs.testdino.com/mcp/tools-reference): Complete reference for all 33 TestDino MCP tools: parameters, examples, and usage notes for test runs, audits, releases, manual runs, sessions, and integrations. Topics: Tool Index, Connection, Analysis, Test Audit, Test Case Management, Releases, Manual Test Runs, Exploratory Sessions, Integrations - [Troubleshooting MCP](https://docs.testdino.com/mcp/troubleshooting): Fix common MCP server setup, connection, and authentication issues. Topics: Installation Issues, Editor Integration, Authentication, Data Lookup, Network Errors, Still Stuck? ## Guides ### Debug Failures - [Debugging Basics](https://docs.testdino.com/guides/debug-playwright-test-failures): Debug failures with traces, screenshots, error grouping, and AI analysis. Topics: Evidence Types, Where to Find Evidence, Debugging Workflow, AI Categories - [Trace Viewer](https://docs.testdino.com/guides/playwright-trace-viewer): Step through traces with DOM, network, and console inspection. Topics: Enable Traces, Stream Traces, When to Use Traces, Open the Trace Viewer, Use a Custom Trace Viewer, Navigate the Trace, Debug Common Failures - [Visual Evidence](https://docs.testdino.com/guides/debug-playwright-failures/visual-evidence): View screenshots, videos, and visual diffs for failed tests. Topics: When to use each, Enable screenshots, Enable video recording, Stream Visual Evidence, View screenshots, View videos, Visual Comparison, Console Logs, Debugging with Visual Evidence, Storage Limits - [Error Grouping](https://docs.testdino.com/guides/playwright-error-grouping): Group failures by root cause with AI-powered classification. Topics: How Error Grouping Works, View Error Groups, View Error Categories, Error clusters across runs, Common Error Patterns, Create Tickets from Error Groups ### Quality Checks - [Flaky Tests](https://docs.testdino.com/guides/playwright-flaky-test-detection): Detect, classify, and track flaky Playwright tests automatically. Topics: How Detection Works, Flaky Test Categories, Where to Find Flaky Tests, CI Check Behavior, Export Flaky Test Data - [Test Annotations](https://docs.testdino.com/guides/playwright-test-annotations): Attach metadata, Slack alerts, and custom metrics to Playwright tests. Topics: Supported Annotations, Add Annotations to Tests, Custom Metrics, View Annotations in TestDino, Annotation-Based Slack Notifications, Configure Annotation-Slack Mapping, Example: Full Annotation Setup - [Playwright Visual Testing](https://docs.testdino.com/guides/playwright-visual-testing): Compare Playwright screenshots with visual diffs in TestDino. Topics: Quick Start Steps, Examples - [Component Testing](https://docs.testdino.com/guides/playwright-component-testing): Report Playwright component tests with traces, screenshots, and AI insights. Topics: Supported Frameworks, Setup, Configure the TestDino Reporter, Run Tests, CI Integration, Limitations, Supported TestDino Features - [Set Up Code Coverage](https://docs.testdino.com/guides/playwright-code-coverage): Collect and track Playwright code coverage in TestDino. Topics: Coverage Metrics, Prerequisites, Instrument Your Application, Enable Coverage, Use the Coverage Fixture, Run Tests, Sharded Runs, Data Handling - [Health Badges](https://docs.testdino.com/guides/test-health-badges): Embed live test health badges in GitHub or GitLab READMEs. Topics: Badge Types, Color Scale, Prerequisites, Get Badge URLs, Add to GitHub, Add to GitLab, Badge Updates ### CI Optimization - [Overview](https://docs.testdino.com/guides/playwright-ci-optimization): Reduce CI time with caching, selective reruns, and parallelization. Topics: The Problem, How TestDino Extends Playwright - [Rerun Failed Tests](https://docs.testdino.com/guides/rerun-failed-playwright-tests): Re-run only failed tests instead of the full suite in CI. Topics: How it works, Quick start, How to re-run failed tests in GitHub Actions?, Full workflow, How the workflow logic works, Edge cases ### Reporting & Streaming - [Real-Time Streaming](https://docs.testdino.com/guides/playwright-real-time-test-streaming): Stream Playwright results live to TestDino over WebSocket. Topics: Enable Real-Time Streaming, Setup, WebSocket Status, Active Test Runs, Multi-Tab Support, Known Limitations - [Automated Reports](https://docs.testdino.com/guides/automated-playwright-reports): Schedule recurring PDF reports of test execution and failure trends. Topics: Report Contents, Set Up a Report, Manage Reports, Schedule Behavior ## Project - [TestDino Project Workspace](https://docs.testdino.com/platform/project-overview): Every feature inside a TestDino project: test runs, test cases, analytics, pull requests, AI insights, and project settings. Topics: Task guides - [Dashboard](https://docs.testdino.com/platform/playwright-test-dashboard): The TestDino dashboard gives one view of Playwright test health: KPIs, recent runs, failures, flaky tests, PR status, and trends over time. Topics: Getting Started, KPI Tiles, Recent Test Runs, Recent Pull Requests, Test Case Execution Trend, Most Flaky Tests, Slowest Tests - [Test Explorer](https://docs.testdino.com/platform/playwright-test-explorer): Find failing, flaky, or slow tests across your entire project. Topics: Columns, Filters & Search, Detail Drawer, Get Started, Pagination - [Analytics](https://docs.testdino.com/platform/playwright-test-analytics): Build a custom analytics dashboard for a Playwright project with saved views, drag-and-drop widgets, and shared layouts. Topics: Views, Build a dashboard, Filters, Share a view, Widget reference - [Project Settings](https://docs.testdino.com/platform/project-settings): Manage API keys, integrations, reports, AI features, and environment mapping. Topics: General, API Keys, Automated Reports, AI Features, TestDino Add-ons, Integrations, Branch Mapping, Branch Pinning ### Test Runs - [Playwright Test Runs](https://docs.testdino.com/platform/playwright-test-runs): View, filter, and debug every Playwright test run in your project. Topics: Search and Filters, Run Detail Header, Shards Breakdown, Get Started - [Run Summary](https://docs.testdino.com/platform/test-runs/playwright-failure-summary): Review failed, flaky, and skipped tests grouped by cause. Topics: KPI Tiles, Detailed Analysis - [Errors](https://docs.testdino.com/platform/playwright-test-runs/errors): Group failed and flaky tests by error message within a run. Topics: Layout, Side Panel - [Specs](https://docs.testdino.com/platform/playwright-test-runs/specs): View test run results grouped by spec file. Topics: Spec List, Spec Details - [Anomalies](https://docs.testdino.com/platform/playwright-test-runs/anomalies): See what changed in a Playwright test run compared to the project's recent baseline: new failures, slowdowns, new flakes, and recoveries. Topics: What it compares against, Anomaly types, What each anomaly shows, Severity score, Shared error clusters, States you may see - [Run Coverage](https://docs.testdino.com/platform/playwright-test-runs/coverage): View per-run code coverage metrics and file-level breakdowns. Topics: Coverage Badge, Coverage Summary, Coverage by File, Coverage Diff - [Configuration](https://docs.testdino.com/platform/playwright-test-runs/configuration): View source control, CI, system, and Playwright config for a test run. Topics: Source Control, CI Pipeline, System Info, Test Configuration - [Test Run AI Insights](https://docs.testdino.com/platform/playwright-test-runs/ai-insights): AI-powered failure categorization, error variants, and patterns per run. Topics: KPI Tiles, Error Analysis ### Test Cases - [Playwright Test Cases](https://docs.testdino.com/platform/playwright-test-cases): Review test case status, evidence, and AI analysis for a single run. Topics: KPI Tiles, Annotations, Evidence - [Case History](https://docs.testdino.com/platform/playwright-test-case-history): Track stability and execution history for a single test case. Topics: Metrics & History, Stability Score - [Test Case AI Insights](https://docs.testdino.com/platform/playwright-test-cases/ai-insights): AI diagnosis with confidence scores and fix suggestions per test case. ### AI Insights - [Failure Analysis](https://docs.testdino.com/platform/playwright-ai-failure-analysis): AI failure classification and cross-run pattern analysis. Topics: Get Started, Key Metrics, Failure Patterns - [Test Audit](https://docs.testdino.com/platform/playwright-ai-test-audit): AI audit for Playwright suites. Returns a quality score with prioritized fixes. Topics: Setup, Reading the Report, Categories and Severity, Audit History ### Pull Requests - [Playwright Pull Request Test Overview](https://docs.testdino.com/platform/pull-requests/overview): Assess pull request health with test KPIs, trends, and AI insights. Topics: PR Header, Sidebar, KPI Tiles, Latest Test Run, Test Results Trend - [PR Summary](https://docs.testdino.com/platform/pull-requests/summary): View test results and run history for every pull request. Topics: Key Benefits, Layout, Pull Request Detail View, Get Started, Beyond GitHub - [Timeline](https://docs.testdino.com/platform/pull-requests/timeline): Chronological feed of commits, test runs, and review events per PR. Topics: Event Types, Filtering and Sorting, Actions - [Files Changed](https://docs.testdino.com/platform/pull-requests/files-changed): Review code diffs and file changes alongside test results. Topics: Layout, Actions - [GitHub Status Checks](https://docs.testdino.com/guides/github-status-checks): Block PR merges with quality gates based on Playwright test results. Topics: What are GitHub CI Checks?, Quality Gate Settings, Environment Overrides, Understanding Check Results, Check Details, Making CI Checks Required, Common Scenarios, Best Practices ## Test Management - [Overview](https://docs.testdino.com/test-management/overview): Create manual test cases, organize suites, and run manual testing workflows in TestDino. Topics: Capabilities, 2 Main Areas, Manual Testing Views ### Test Cases - [Concepts & Settings](https://docs.testdino.com/test-management/key-concepts): Core terminology, field definitions, test steps, version history, and project-level customization settings. Topics: Test Suites, Test Cases, Test Steps, Version History, Test Case Settings - [Suites](https://docs.testdino.com/test-management/suites): Organize test cases into nested suites using the tree view. Topics: Create a Suite, Reorder Suites and Cases, Expand and Collapse, Create Test Cases in a Suite, Inline Test Case Rows - [Test Case List](https://docs.testdino.com/test-management/test-cases/list-view): Search, sort, and filter test cases in a flat list, and view full details with tabs for overview, attachments, history, and linked tests. Topics: Create Or Edit Test Case, Search, Sort and Filter, Clear Filters, Details Sheet - [Bulk Actions](https://docs.testdino.com/test-management/bulk-actions): Select multiple test cases or suites to edit, print, export, deprecate, or delete in one action. Topics: Select Test Cases, Bulk Edit, Bulk Print, Bulk Export, Bulk Deprecate, Bulk Delete, Bulk Suite Delete - [Import & Export](https://docs.testdino.com/test-management/import-export): Import test cases from CSV or JSON, and export to JSON, ZIP, or CSV. Topics: Import, Export ### Manual Testing - [Manual Testing](https://docs.testdino.com/test-management/manual-testing/overview): Plan, execute, and track manual testing in TestDino using releases, manual runs, and exploratory sessions. Topics: Get Started - [Releases](https://docs.testdino.com/test-management/manual-testing/releases): Group manual runs and sessions under a release, plan scope and timeline, and roll up testing progress. Topics: Create Or Edit Release, Release Scope, Track Progress on Release Detail, Release Type Settings - [Manual Runs](https://docs.testdino.com/test-management/manual-testing/manual-runs): Execute manual test cases inside a release and record test results during execution. Topics: Create Or Edit Run, Run Scope, Run Detail, Add Detailed Result, Closing A Run, Manual Run Settings - [Sessions](https://docs.testdino.com/test-management/manual-testing/sessions): Run exploratory testing sessions, log findings with attachments and linked issues, and roll up activity per release. Topics: Create Or Edit Session, Session Detail, Findings, Closing A Session, Session Settings ## Organization - [TestDino Organizations](https://docs.testdino.com/platform/organization-overview): Create and switch organizations, and manage members, roles, single sign-on, analytics, and billing across every project. Topics: Create and switch organizations, Set up access and billing - [Projects](https://docs.testdino.com/platform/organizations/projects): Create and manage projects that isolate test data, keys, and analytics. Topics: Get Started - [Analytics](https://docs.testdino.com/platform/organizations/analytics): See test health across every project in your organization: live risk counts, pass and flaky trends, per-project health, and plan capacity. Topics: Time window, Right now, Delivery health, Project health, Plan and capacity - [Users & Roles](https://docs.testdino.com/platform/organizations/users-roles): Manage team members, assign roles, and control access across your organization. Topics: Organization Roles, Manage Members, Role Delegation Rules, External (Guest) Access, Permission Matrix, Best Practices - [Settings](https://docs.testdino.com/platform/organizations/settings): Update your organization name, logo, and profile details. Topics: Editable Fields, Read-Only Fields, Ownership & Deletion, Single Sign-On - [Single Sign-On (SSO)](https://docs.testdino.com/platform/organizations/single-sign-on): Set up per-organization single sign-on with OIDC, verify your domains, and enforce SSO from the TestDino settings UI. Topics: 2 hosts to keep straight, Before you start, Pick your SSO mode, Guests and external users, How it fits together, Configure SSO, Verify your domain, Domain states, Save and test, How your team signs in, Day-2 operations - [SCIM Provisioning](https://docs.testdino.com/platform/organizations/scim-provisioning): Create, update, and deactivate TestDino users automatically from Okta or Microsoft Entra ID using SCIM 2.0 provisioning. Topics: Before you start, How provisioning works, Enable SCIM and generate a token, Connect your identity provider, What create and deactivate do, Guests and external users ### Billing & Usage - [TestDino Billing and Usage Overview](https://docs.testdino.com/platform/billing-and-usage/overview): Review your subscription, plan allowances, per-project usage, and usage trends from the TestDino Billing & Usage page. Topics: Overview tab, Usage tab - [Manage Billing](https://docs.testdino.com/platform/billing-and-usage/manage-billing): Upgrade, cancel, and manage your TestDino subscription, and understand monthly and annual billing. Topics: Change your plan, Monthly and annual billing, Cancel your subscription - [Invoices](https://docs.testdino.com/platform/billing-and-usage/invoices): View, filter, and download your organization's billing invoices from the TestDino Invoices tab. Topics: Invoice columns, Filter and search, Download an invoice - [Billing & Pricing](https://docs.testdino.com/pricing): Compare TestDino plans, test usage limits, and billing cycles across the Community, Pro, Team, and Enterprise tiers. Topics: How Usage Is Measured, Choosing the Right Plan, Billing Cycles, What Happens at the Limit, Upgrading and Downgrading, Cancellation, Invoices and Payment ## Integrations - [Overview](https://docs.testdino.com/integrations/overview): Connect external platforms to bring TestDino insights where your team works. Topics: Available Integrations, Connection Scope, What Each Category Does ### CI/CD - [GitHub App](https://docs.testdino.com/integrations/ci-cd/github): Connect the TestDino GitHub App for PR comments, CI checks, and pull request sync. Topics: What the GitHub Integration Does, Prerequisites, Connect TestDino with GitHub, Configure PR Comments, Configure CI Checks, Pull Requests in TestDino - [GitLab App](https://docs.testdino.com/integrations/playwright-gitlab-ci): Connect TestDino to GitLab for MR comments and merge request sync. Topics: What the GitLab Integration Does, Prerequisites, Connect TestDino with GitLab, Configure MR Comments, Merge Requests in TestDino - [GitLab Self-Managed](https://docs.testdino.com/integrations/playwright-gitlab-self-hosted): Connect TestDino to self-managed GitLab for MR and commit comments. Topics: What the Self-Managed Integration Does, Prerequisites, Connect TestDino with Self-Managed GitLab, Configure MR and Commit Comments, Security, Manage the Connection - [Azure DevOps App](https://docs.testdino.com/integrations/playwright-azure-devops): Connect the TestDino Azure DevOps extension to view test runs inside Azure DevOps. Topics: Key Features, Prerequisites, Install the Extension, Connect Azure DevOps to TestDino, Viewing Test Runs, Filtering and Refreshing Data, Removing or Updating the API Token, Permissions and Security ### Issue Tracking - [Jira](https://docs.testdino.com/integrations/jira-playwright-test-failures): Create Jira issues from failed or flaky Playwright tests in TestDino. Topics: Prerequisites, Connect Jira to TestDino, Create a Jira Bug Report, What TestDino Pre-fills - [Jira Forge App](https://docs.testdino.com/integrations/issue-tracking/jira-forge-app): Install the TestDino Forge app to view linked test cases, runs, sessions, and releases inside Jira issues. Topics: What You Can Link, Prerequisites, Install the App, Connect a TestDino Project, Link Test Entities to an Issue, Track Releases and Sessions, Project Dashboard - [Linear](https://docs.testdino.com/integrations/issue-tracking/linear): Create Linear issues from failed or flaky Playwright tests in TestDino. Topics: Prerequisites, Connect Linear to TestDino, Create a Linear Bug Report, What TestDino Pre-fills - [Asana](https://docs.testdino.com/integrations/issue-tracking/asana): Create Asana tasks from failed or flaky Playwright tests in TestDino. Topics: Prerequisites, Connect Asana to TestDino, Create an Asana Task, What TestDino Pre-fills - [monday](https://docs.testdino.com/integrations/issue-tracking/mon): Create monday items and view test run data in monday dashboards from TestDino. Topics: Prerequisites, Connect monday to TestDino, What you can do, Create a monday bug report in TestDino, What TestDino pre-fills, TestDino Widget for monday ### Communication - [Slack App](https://docs.testdino.com/integrations/slack-playwright-test-alerts): Send test run summaries, annotation-based failure alerts, and tag-based notifications to Slack. Topics: How does it work?, Installation & Setup, Configuration Scenarios, Why this helps, Annotation-Based Alerts, Tag-Based Notifications, How it's Different from Slack Webhook - [Slack Webhook](https://docs.testdino.com/integrations/slack/webhook): Send test run notifications to a Slack channel via incoming webhook. Topics: What a Slack message contains, Set up the Webhook - [OpenClaw](https://docs.testdino.com/integrations/communication/openclaw): Wire TestDino into OpenClaw and ask TestDino about Playwright failures directly from any OpenClaw supported chat app. Topics: Prerequisites, Set up TestDino in OpenClaw, Connect a Chat Platform, Send a test message, Command reference ### Automation - [n8n](https://docs.testdino.com/integrations/automation/n8n): Connect TestDino to n8n with the community node to trigger workflows on test runs and query Playwright data without code. Topics: Prerequisites, Install the node, Connect your project, Trigger on test runs, Query TestDino data ## Data Privacy - [Data Privacy](https://docs.testdino.com/data-privacy/overview): How TestDino handles customer data from Playwright test runs, including collection, storage, redaction, and retention policies. Topics: AI Controls - [Security & Compliance](https://docs.testdino.com/data-privacy/security-compliance): TestDino is SOC 2 Type 2 and ISO 27001 certified, GDPR compliant, and hosted on Microsoft Azure with encryption in transit and at rest. Topics: Certifications, Encryption, Hosting and infrastructure, Access control, AI data handling, Report a vulnerability - [Access to Customer Data](https://docs.testdino.com/data-privacy/access-to-customer-data): Full breakdown of data categories TestDino collects during test execution, account registration, and product usage. Understand what is stored and why. Topics: Team & Administration, Organization Data, Source Attribution, Test Results, Artifacts, CI/CD Environment Data, Third-Party Integrations, Billing & Subscription Data, What TestDino Does NOT Collect - [Data Redaction](https://docs.testdino.com/data-privacy/data-redaction): TestDino automatically detects and scrubs secrets, tokens, and API keys from Playwright trace files and test artifacts before storing them. Topics: How Redaction Works, What Gets Redacted, What Does NOT Get Redacted, Infrastructure-Level Log Redaction - [Data Retention](https://docs.testdino.com/data-privacy/data-retention): TestDino retention periods and plan limits across Pro, Team, and Enterprise tiers. Topics: Automation Test Retention, Manual Test Limits, Manual Test Storage - [Cloud Endpoints](https://docs.testdino.com/data-privacy/cloud-endpoints): Complete list of internet-facing TestDino services, domains, and IP ranges used to send Playwright test results and artifacts securely. Topics: Core Services, Platform Services, Authentication & Billing, Integration Services, Internal Services, Network & Security, Firewall Configuration ## Resources - [Support](https://docs.testdino.com/support): Contact the TestDino support team for help with setup, integrations, billing, or product questions via email or community channels. Topics: Support Channels, Support Hours, Reporting Issues, CLI Debug Mode, Feature Requests, Security Issues, Resources - [Changelog](https://docs.testdino.com/changelog): Latest TestDino product updates, new features, bug fixes, and Playwright reporting improvements. Stay current with every release and CLI change. Topics: Product Updates, Feedback & Feature Requests, CLI Changelogs, Stay Connected