@yuantest/playwright - v1.0.5
    正在准备搜索索引...

    类 VisualTestingManager

    索引

    构造函数

    方法

    • 参数

      • testId: string
      • screenshotPath: string
      • browser: BrowserType = 'chromium'

      返回 Promise<string>

    • 参数

      • testId: string
      • screenshotPath: string
      • browser: BrowserType = 'chromium'

      返回 Promise<string>

    • 返回 {
          total: number;
          identical: number;
          different: number;
          new: number;
          missing: number;
          regression: number;
          passRate: number;
      }

    • 参数

      • outputPath: string

      返回 Promise<string>