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

    接口 PlaywrightNativeConfigFile

    interface PlaywrightNativeConfigFile {
        testDir?: string;
        testIgnore?: string[];
        testMatch?: string | string[];
        timeout?: number;
        expect?: { timeout?: number };
        fullyParallel?: boolean;
        forbidOnly?: boolean;
        retries?: number;
        workers?: number;
        reporter?: (string | [string, Record<string, unknown>])[];
        use?: Record<string, unknown>;
        projects?: { name: string; use?: Record<string, unknown> }[];
        outputDir?: string;
        snapshotDir?: string;
        webServer?: {
            command?: string;
            port?: number;
            url?: string;
            reuseExistingServer?: boolean;
        };
        tag?: string;
    }
    索引

    属性

    testDir?: string
    testIgnore?: string[]
    testMatch?: string | string[]
    timeout?: number
    expect?: { timeout?: number }
    fullyParallel?: boolean
    forbidOnly?: boolean
    retries?: number
    workers?: number
    reporter?: (string | [string, Record<string, unknown>])[]
    use?: Record<string, unknown>
    projects?: { name: string; use?: Record<string, unknown> }[]
    outputDir?: string
    snapshotDir?: string
    webServer?: {
        command?: string;
        port?: number;
        url?: string;
        reuseExistingServer?: boolean;
    }
    tag?: string