> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Playwright CI Setup Overview

> Connect any CI/CD pipeline to TestDino. GitHub Actions, GitLab, CircleCI, Jenkins, Azure DevOps, AWS CodeBuild, and Bitbucket.

Stream Playwright results from your CI provider to TestDino. Each provider guide includes a working config, sharding, and troubleshooting. Start with the [GitHub Actions](/guides/playwright-github-actions) AI prompt if you use an agent, or pick your provider below.

Use the <a href="https://github.com/testdino-hq/TestDino-Example" target="_blank" rel="noopener noreferrer">TestDino Example Repository <Icon icon="arrow-up-right-from-square" size={12} /></a> as a reference for pipeline configuration and project structure.

## CI Providers

<div className="integration-cards">
  <CardGroup cols={3}>
    <Card title="GitHub Actions" img="https://mintcdn.com/testdino/Ua7R4RmzUY5yacWr/images/github-svgrepo-com.svg?fit=max&auto=format&n=Ua7R4RmzUY5yacWr&q=85&s=0055a83b6d8abc90fa29d665b6d88e39" href="/guides/playwright-github-actions" width="800" height="800" data-path="images/github-svgrepo-com.svg" />

    <Card title="GitLab" img="https://mintcdn.com/testdino/_W5tZrChGQAb05lF/images/gitlab-logo-500-rgb.svg?fit=max&auto=format&n=_W5tZrChGQAb05lF&q=85&s=0fdfd890fe016b0d6cff99fad0a21684" href="/guides/playwright-gitlab-ci-setup" width="256" height="256" data-path="images/gitlab-logo-500-rgb.svg" />

    <Card title="TeamCity" img="https://mintcdn.com/testdino/_W5tZrChGQAb05lF/images/teamcity-icon.svg?fit=max&auto=format&n=_W5tZrChGQAb05lF&q=85&s=eb2a564c91dcf59db6018127d8103797" href="/guides/playwright-teamcity" width="256" height="256" data-path="images/teamcity-icon.svg" />

    <Card title="Azure DevOps" img="https://mintcdn.com/testdino/JwytUEY7x2_fx041/images/azure-devops.svg?fit=max&auto=format&n=JwytUEY7x2_fx041&q=85&s=f8982ec615ae9abd45220ccf3d31d1fd" href="/guides/playwright-azure-devops-pipeline" width="32" height="32" data-path="images/azure-devops.svg" />

    <Card title="CircleCI" img="https://mintcdn.com/testdino/Ua7R4RmzUY5yacWr/images/Circleci-icon-logo.svg?fit=max&auto=format&n=Ua7R4RmzUY5yacWr&q=85&s=a0c70425c249f47ebccd93e7b89aa6bd" href="/guides/playwright-circle-ci-orb" width="104" height="105" data-path="images/Circleci-icon-logo.svg" />

    <Card title="AWS CodeBuild" img="https://mintcdn.com/testdino/Ua7R4RmzUY5yacWr/images/CodeBuild.svg?fit=max&auto=format&n=Ua7R4RmzUY5yacWr&q=85&s=3182ba12e600efaee867fd7448edeeef" href="/guides/playwright-amazon-codebuild" width="80" height="80" data-path="images/CodeBuild.svg" />

    <Card title="Jenkins" img="https://mintcdn.com/testdino/Ua7R4RmzUY5yacWr/images/jenkins.svg?fit=max&auto=format&n=Ua7R4RmzUY5yacWr&q=85&s=e73a6fd9932bc067d6c2cc2d5e898e61" href="/guides/playwright-jenkins" width="800" height="800" data-path="images/jenkins.svg" />

    <Card title="Bitbucket Pipelines" icon="bitbucket" href="/guides/playwright-bitbucket" />
  </CardGroup>
</div>

When streaming or a status check fails, [Troubleshooting](/guides/troubleshooting-playwright) maps each symptom to its fix.
