Playwright Cucumber TS Steps
    Preparing search index...

    Function expectDbColumnContains

    • Asserts that a specific column in any row contains the expected value. Searches through all rows to find a match. Supports fixtures for reusable column names and values.

      Parameters

      • page: any
      • columnNameKey: string
      • expectedValueKey: string

      Returns Promise<void>

      Then I pw expect database column "email" to contain "test@example.com"