UNPKG

@estruyf/github-actions-reporter

Version:
4 lines (3 loc) 362 B
import { TestCase } from "@playwright/test/reporter"; import { BlobService, DisplayLevel } from "../models/index.js"; export declare const getHtmlTable: (tests: TestCase[], showAnnotations: boolean, showTags: boolean, showError: boolean, displayLevel: DisplayLevel[], showAnnotationsInColumn?: boolean, blobService?: BlobService) => Promise<string | undefined>;