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

    Assymmetric matcher that matches a string that contains the expected substring. Use it inside expect(value).toEqual(expected) to perform pattern matching.

    Usage

    expect('Hello world!').toEqual(expect.stringContaining('Hello'));
    

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $$typeof: symbol = ...

    Symbol to identify asymmetric matcher.

    inverse: boolean

    If true, the matcher will check for non-matching values.

    sample: string

    The sample value to match against.

    Methods