UNPKG

@estruyf/github-actions-reporter

Version:
3 lines (2 loc) 190 B
import { TestCase, TestResult } from "@playwright/test/reporter"; export declare const getTestStatus: (test: TestCase, result: TestResult) => "Flaky" | "Pass" | "Skipped" | "Fail" | string;