UNPKG

playwright-ai-auto-debug

Version:

Automatic Playwright test debugging with AI assistance + UI Test Coverage Analysis

9 lines (8 loc) 248 B
import type { AiConfig } from './index'; // Extend global Playwright types to support ai_conf declare module '@playwright/test' { interface PlaywrightTestConfig { /** AI configuration for automatic debugging */ ai_conf?: AiConfig; } }