> ## 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.

# TestDino Projects for Playwright Testing

> Create and manage projects that isolate test data, keys, and analytics.

<Callout icon="book-open" color="#3B82F6">
  **What you'll learn**

  * How to create and manage projects
  * How projects isolate test data, keys, and analytics
  * What each project workspace contains
</Callout>

Projects isolate test data, keys, integrations, and analytics. Actions in one project do not affect others.

<video controls loop preload="metadata" aria-label="Creating and managing projects that isolate test data, keys, and analytics" poster="https://testdinostr.blob.core.windows.net/docs/posters/docs__organization__projects.jpg" src="https://testdinostr.blob.core.windows.net/docs/docs/organization/projects.mp4" />

## Get Started

1. **Create a project** - Select **New Project**, provide a **Name** (3-30 characters) and an optional **Description** (10-350 characters). Paid plans allocate test executions per project via [Test Limits](/platform/billing-and-usage/test-limits).
2. **Get started** - After creation, run sample tests for a pre-populated dashboard, or skip to set up your own tests.
3. **Open a project** - Click a project card to enter the workspace.

<CardGroup cols={2}>
  <Card title="Dashboard" icon="play" href="/getting-started">
    For high-level project health and key metrics
  </Card>

  <Card title="Test Runs" icon="bolt" href="/cli/overview">
    Review Test Runs for execution details and evidence
  </Card>

  <Card title="Pull Requests" icon="code-branch" href="/integrations/ci-cd/github">
    Track Pull Requests linked to your test results
  </Card>

  <Card title="Test Case Management" icon="list-check" href="/platform/playwright-test-cases">
    Browse Test Cases for management and organization.
  </Card>

  <Card title="Test Explorer" icon="file-code" href="/platform/playwright-test-explorer">
    Analyze test health and history across spec files and test cases
  </Card>

  <Card title="Analytics" icon="plug" href="/mcp/overview">
    Analyze trends and errors for your project
  </Card>

  <Card title="Settings" icon="list-check" href="/test-management/playwright-test-case-management">
    Manage Settings for API keys, integrations, and environment mapping
  </Card>
</CardGroup>
