UNPKG

@estruyf/github-actions-reporter

Version:
8 lines (7 loc) 197 B
import { Suite } from "@playwright/test/reporter"; export declare const getTotalStatus: (suites: Suite[]) => { passed: number; failed: number; skipped: number; timedOut: number; };