UNPKG

@estruyf/github-actions-reporter

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