@wpazderski/playwright-utils
    Preparing search index...
    • Checks if the given name is an asymmetric matcher name.

      Parameters

      • name: string

        The name to check.

      Returns name is
          | "any"
          | "anything"
          | "arrayContaining"
          | "closeTo"
          | "objectContaining"
          | "stringContaining"
          | "stringMatching"

      true if the name is an asymmetric matcher name, otherwise false.