@yuantest/playwright - v1.2.1
    正在准备搜索索引...

    接口 ParsedReport

    interface ParsedReport {
        suites: SuiteResult[];
        flakyTests: TestResult[];
        stats: PlaywrightJSONStats;
    }
    索引

    属性

    suites: SuiteResult[]
    flakyTests: TestResult[]
    stats: PlaywrightJSONStats