Circle V2 API Docs
    Preparing search index...
    interface Config {
        asyncUtilTimeout: number;
        computedStyleSupportsPseudoElements: boolean;
        defaultHidden: boolean;
        defaultIgnore: string;
        getElementError: (message: string | null, container: Element) => Error;
        reactStrictMode: boolean;
        showOriginalStackTrace: boolean;
        testIdAttribute: string;
        throwSuggestions: boolean;
        asyncWrapper(cb: (...args: any[]) => any): Promise<any>;
        eventWrapper(cb: (...args: any[]) => any): void;
        unstable_advanceTimersWrapper(cb: (...args: unknown[]) => unknown): unknown;
    }

    Hierarchy

    • Config
      • Config
    Index

    Properties

    asyncUtilTimeout: number
    computedStyleSupportsPseudoElements: boolean
    defaultHidden: boolean
    defaultIgnore: string

    default value for the ignore option in ByText queries

    getElementError: (message: string | null, container: Element) => Error
    reactStrictMode: boolean
    showOriginalStackTrace: boolean
    testIdAttribute: string
    throwSuggestions: boolean

    Methods

    • Parameters

      • cb: (...args: any[]) => any

      Returns Promise<any>

    • Parameters

      • cb: (...args: any[]) => any

      Returns void

    • WARNING: unstable prefix means this API may change in patch and minor releases.

      Parameters

      • cb: (...args: unknown[]) => unknown

      Returns unknown