@wpazderski/playwright-utils
    Preparing search index...

    Asymmetric matcher state.

    interface MatcherState {
        assertionCalls: number;
        currentConcurrentTestName?: () => undefined | string;
        currentTestName?: string;
        error?: Error;
        expand?: boolean;
        expectedAssertionsNumber: null | number;
        expectedAssertionsNumberError?: Error;
        isExpectingAssertions: boolean;
        isExpectingAssertionsError?: Error;
        isNot?: boolean;
        numPassingAsserts: number;
        promise?: string;
        suppressedErrors: Error[];
        testPath?: string;
    }
    Index

    Properties

    assertionCalls: number
    currentConcurrentTestName?: () => undefined | string
    currentTestName?: string
    error?: Error
    expand?: boolean
    expectedAssertionsNumber: null | number
    expectedAssertionsNumberError?: Error
    isExpectingAssertions: boolean
    isExpectingAssertionsError?: Error
    isNot?: boolean
    numPassingAsserts: number
    promise?: string
    suppressedErrors: Error[]
    testPath?: string