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

    接口 ConfigValidationResult

    interface ConfigValidationResult {
        valid: boolean;
        configPath: string | null;
        configExists: boolean;
        testDir: string | null;
        testDirAbsolute: string | null;
        error?: string;
        warnings: string[];
        workers?: number;
    }
    索引

    属性

    valid: boolean
    configPath: string | null
    configExists: boolean
    testDir: string | null
    testDirAbsolute: string | null
    error?: string
    warnings: string[]
    workers?: number