{
  "$schema": "https://mintlify.com/docs.json",
  "theme": "almond",
  "name": "TestDriver",
  "colors": {
    "primary": "#b3d334",
    "light": "#b3d334",
    "dark": "#152a65"
  },
  "appearance": {
    "default": "dark"
  },
  "favicon": "/images/template/icon.png",
  "navigation": {
    "versions": [
      {
        "version": "v7",
        "groups": [
          {
            "group": "Overview",
            "pages": [
              "/v7/quickstart",
              "/v7/what-is-testdriver",
              {
                "group": "Examples",
                "icon": "code",
                "pages": [
                  "/v7/examples/ai",
                  "/v7/examples/assert",
                  "/v7/examples/chrome-extension",
                  "/v7/examples/element-not-found",
                  "/v7/examples/exec-output",
                  "/v7/examples/exec-pwsh",
                  "/v7/examples/exec-stream-logs",
                  "/v7/examples/findall-coffee-icons",
                  "/v7/examples/focus-window",
                  "/v7/examples/formatted-logging",
                  "/v7/examples/hover-image",
                  "/v7/examples/hover-text-with-description",
                  "/v7/examples/hover-text",
                  "/v7/examples/installer",
                  "/v7/examples/launch-vscode-linux",
                  "/v7/examples/match-image",
                  "/v7/examples/parse",
                  "/v7/examples/press-keys",
                  "/v7/examples/prompt",
                  "/v7/examples/scroll-keyboard",
                  "/v7/examples/scroll-until-image",
                  "/v7/examples/scroll",
                  "/v7/examples/type",
                  "/v7/examples/windows-installer"
                ]
              },
              {
                "group": "Deployment",
                "icon": "server",
                "pages": [
                  "/v7/hosted",
                  "/v7/self-hosted"
                ]
              },
              "/changelog"
            ]
          },
          {
            "group": "GitHub Copilot",
            "pages": [
              "/v7/copilot/setup",
              "/v7/copilot/creating-tests",
              "/v7/copilot/running-tests",
              "/v7/copilot/github",
              "/v7/copilot/auto-healing"
            ]
          },
          {
            "group": "Guide",
            "pages": [
              "/v7/generating-tests",
              "/v7/device-config",
              "/v7/locating-elements",
              "/v7/waiting-for-elements",
              "/v7/performing-actions",
              "/v7/making-assertions"
            ]
          },
          {
            "group": "Running Tests",
            "pages": [
              "/v7/running-tests",
              "/v7/caching",
              "/v7/ci-cd",
              "/v7/test-results-json"
            ]
          },
          {
            "group": "Scaling",
            "pages": [
              "/v7/variables",
              "/v7/secrets",
              "/v7/reusable-code",
              {
                "group": "Self-Hosting Setup",
                "icon": "server",
                "pages": [
                  "/v7/aws-setup"
                ]
              }
            ]
          },
          {
            "group": "Actions",
            "pages": [
              "/v7/ai",
              "/v7/assert",
              "/v7/captcha",
              "/v7/click",
              "/v7/double-click",
              "/v7/exec",
              "/v7/find",
              "/v7/focus-application",
              "/v7/hover",
              "/v7/mouse-down",
              "/v7/mouse-up",
              "/v7/parse",
              "/v7/press-keys",
              "/v7/right-click",
              "/v7/screenshot",
              "/v7/scroll",
              "/v7/type"
            ]
          },
          {
            "group": "SDK Reference",
            "pages": [
              "/v7/client",
              "/v7/elements",
              "/v7/dashcam"
            ]
          }
        ]
      },
      {
        "version": "v6",
        "groups": [
          {
            "group": "Overview",
            "pages": [
              "/v6/overview/what-is-testdriver",
              {
                "group": "Concepts",
                "icon": "book",
                "pages": [
                  "/v6/features/selectorless",
                  "/v6/overview/comparison",
                  "/v6/overview/performance",
                  "/v6/overview/faq"
                ]
              },
              "/v6/account/enterprise"
            ]
          },
          {
            "group": "Get Started",
            "pages": [
              "/v6/overview/quickstart",
              {
                "group": "CLI",
                "icon": "terminal",
                "pages": [
                  "/v6/cli/overview",
                  {
                    "group": "Commands",
                    "icon": "command",
                    "pages": [
                      "/v6/interactive/explore",
                      "/v6/interactive/run",
                      "/v6/interactive/save"
                    ]
                  }
                ]
              },
              "/v6/getting-started/self-hosting",
              "/v6/getting-started/playwright",
              "/v6/getting-started/vscode"
            ]
          },
          {
            "group": "Examples",
            "pages": [
              {
                "group": "Apps",
                "icon": "laptop",
                "pages": [
                  "/v6/apps/static-websites",
                  "/v6/apps/desktop-apps",
                  "/v6/apps/chrome-extensions",
                  "/v6/apps/mobile-apps",
                  "/v6/apps/tauri-apps"
                ]
              },
              {
                "group": "Scenarios",
                "icon": "computer-mouse",
                "pages": [
                  "/v6/scenarios/ai-chatbot",
                  "/v6/scenarios/cookie-banner",
                  "/v6/scenarios/file-upload",
                  "/v6/scenarios/form-filling",
                  "/v6/scenarios/log-in",
                  "/v6/scenarios/pdf-generation",
                  "/v6/scenarios/spell-check"
                ]
              },
              {
                "group": "Build Systems",
                "icon": "helmet-safety",
                "pages": [
                  "/v6/integrations/electron",
                  "/v6/integrations/netlify",
                  "/v6/integrations/vercel"
                ]
              }
            ]
          },
          {
            "group": "Guide",
            "pages": [
              {
                "group": "Configuration",
                "icon": "desktop",
                "pages": [
                  "/v6/guide/authentication",
                  "/v6/guide/variables",
                  "/v6/guide/lifecycle",
                  "/v6/guide/dashcam",
                  "/v6/guide/environment-variables",
                  "/v6/action/ami"
                ]
              },
              {
                "group": "Writing",
                "icon": "pencil",
                "pages": [
                  "/v6/features/generation",
                  "/v6/guide/locating",
                  "/v6/guide/waiting",
                  "/v6/guide/assertions",
                  "/v6/guide/code",
                  "/v6/features/reusable-snippets",
                  "/v6/guide/protips"
                ]
              },
              {
                "group": "Importing",
                "icon": "file-import",
                "pages": [
                  "/v6/importing/csv",
                  "/v6/importing/gherkin",
                  "/v6/importing/jira",
                  "/v6/importing/testrail"
                ]
              },
              {
                "group": "Running",
                "icon": "play",
                "pages": [
                  "/v6/getting-started/running",
                  "/v6/getting-started/ci",
                  "/v6/features/parallel-testing",
                  "/v6/action/performance",
                  "/v6/action/secrets"
                ]
              },
              {
                "group": "Maintaining",
                "icon": "wrench",
                "pages": [
                  "/v6/getting-started/editing",
                  "/v6/features/auto-healing"
                ]
              },
              {
                "group": "Reporting",
                "icon": "chart-simple",
                "pages": [
                  "/v6/exporting/junit",
                  "/v6/bugs/jira"
                ]
              }
            ]
          },
          {
            "group": "Reference",
            "pages": [
              {
                "group": "YAML",
                "icon": "file-code",
                "pages": [
                  "/v6/commands/assert",
                  "/v6/commands/exec",
                  "/v6/commands/focus-application",
                  "/v6/commands/hover-image",
                  "/v6/commands/hover-text",
                  "/v6/commands/if",
                  "/v6/commands/match-image",
                  "/v6/commands/press-keys",
                  "/v6/commands/remember",
                  "/v6/commands/run",
                  "/v6/commands/scroll",
                  "/v6/commands/scroll-until-image",
                  "/v6/commands/scroll-until-text",
                  "/v6/commands/type",
                  "/v6/commands/wait",
                  "/v6/commands/wait-for-image",
                  "/v6/commands/wait-for-text"
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "logo": {
    "light": "/images/template/light.png",
    "dark": "/images/template/dark.png",
    "href": "https://testdriver.ai"
  },
  "navbar": {
    "links": [
      {
        "label": "Discord",
        "icon": "discord",
        "href": "https://discord.com/invite/cWDFW8DzPm"
      },
      {
        "label": "Book a Demo",
        "href": "http://testdriver.ai/demo",
        "icon": "calendar"
      },
      {
        "icon": "gauge-high",
        "label": "Dashboard",
        "href": "https://console.testdriver.ai"
      },
      {
        "icon": "megaphone",
        "label": "Changelog",
        "href": "/changelog"
      }
    ]
  },
  "footer": {
    "socials": {
      "x": "https://x.com/testdriverai",
      "github": "https://github.com/testdriverai",
      "discord": "https://discord.com/invite/cWDFW8DzPm",
      "youtube": "https://www.youtube.com/@testdriverai"
    }
  },
  "redirects": [
    {
      "source": "/guides/github-actions",
      "destination": "/v6/action/setup"
    },
    {
      "source": "/reference/test-steps",
      "destination": "/v6/features/selectorless"
    },
    {
      "source": "/guides/debugging-test-runs",
      "destination": "/v6/getting-started/editing"
    },
    {
      "source": "/overview/:slug*",
      "destination": "/v6/overview/:slug*"
    },
    {
      "source": "/features/:slug*",
      "destination": "/v6/features/:slug*"
    },
    {
      "source": "/getting-started/:slug*",
      "destination": "/v6/getting-started/:slug*"
    },
    {
      "source": "/cli/:slug*",
      "destination": "/v6/cli/:slug*"
    },
    {
      "source": "/interactive/:slug*",
      "destination": "/v6/interactive/:slug*"
    },
    {
      "source": "/guide/:slug*",
      "destination": "/v6/guide/:slug*"
    },
    {
      "source": "/action/:slug*",
      "destination": "/v6/action/:slug*"
    },
    {
      "source": "/account/:slug*",
      "destination": "/v6/account/:slug*"
    },
    {
      "source": "/apps/:slug*",
      "destination": "/v6/apps/:slug*"
    },
    {
      "source": "/scenarios/:slug*",
      "destination": "/v6/scenarios/:slug*"
    },
    {
      "source": "/integrations/:slug*",
      "destination": "/v6/integrations/:slug*"
    },
    {
      "source": "/importing/:slug*",
      "destination": "/v6/importing/:slug*"
    },
    {
      "source": "/exporting/:slug*",
      "destination": "/v6/exporting/:slug*"
    },
    {
      "source": "/bugs/:slug*",
      "destination": "/v6/bugs/:slug*"
    },
    {
      "source": "/commands/:slug*",
      "destination": "/v6/commands/:slug*"
    }
  ],
  "integrations": {
    "segment": {
      "key": "oh4PK60u4Qvm2DKIjxfhxd0KCdRbQsQE"
    },
    "posthog": {
      "apiKey": "phc_ovOQ2HFpqFwPVqaxE5plJmI9buPMsz024FB2iajItqn"
    }
  }
}
