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

    接口 TestConfig

    interface TestConfig {
        version: string;
        testDir: string;
        outputDir: string;
        baseURL?: string;
        retries?: number;
        timeout?: number;
        workers?: number;
        shards?: number;
        reporters?: string[];
        browsers?: BrowserType[];
        headers?: Record<string, string>;
        flakyThreshold?: number;
        isolateFlaky?: boolean;
        traces?: TraceConfig;
        artifacts?: ArtifactConfig;
        visualTesting?: VisualTestingConfig;
        annotations?: AnnotationConfig;
        tags?: TagConfig;
        htmlReport?: boolean;
        htmlReportDir?: string;
        testMatch?: string[];
        testIgnore?: string[];
        ignoreDirs?: string[];
    }
    索引

    属性

    version: string
    testDir: string
    outputDir: string
    baseURL?: string
    retries?: number
    timeout?: number
    workers?: number
    shards?: number
    reporters?: string[]
    browsers?: BrowserType[]
    headers?: Record<string, string>
    flakyThreshold?: number
    isolateFlaky?: boolean
    traces?: TraceConfig
    artifacts?: ArtifactConfig
    visualTesting?: VisualTestingConfig
    annotations?: AnnotationConfig
    tags?: TagConfig
    htmlReport?: boolean
    htmlReportDir?: string
    testMatch?: string[]
    testIgnore?: string[]
    ignoreDirs?: string[]