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

    接口 Annotation

    interface Annotation {
        type: AnnotationType;
        description?: string;
        testId: string;
        testName: string;
        file: string;
    }
    索引

    属性

    description?: string
    testId: string
    testName: string
    file: string