UNPKG

@estruyf/github-actions-reporter

Version:
5 lines (4 loc) 158 B
import { Suite, TestCase } from "@playwright/test/reporter"; export declare const getTestsPerFile: (suite: Suite) => { [fileName: string]: TestCase[]; };