UNPKG

@estruyf/github-actions-reporter

Version:
3 lines (2 loc) 154 B
import { TestCase, TestResult } from "@playwright/test/reporter"; export declare const getTestStatusIcon: (test: TestCase, result: TestResult) => string;