UNPKG

@estruyf/github-actions-reporter

Version:
3 lines (2 loc) 144 B
import { TestCase } from "@playwright/test/reporter"; export declare const getSuiteStatusIcon: (tests: TestCase[]) => "⚠️" | "✅" | "❌";