Playwright Cucumber TS Steps
    Preparing search index...

    Function expectAllDbRecordsToContain

    • Asserts that all records in the result set contain specific column values. Useful for verifying uniform data across multiple rows. Supports fixtures for reusable table data.

      Parameters

      • page: any
      • tableData: string[][]

      Returns Promise<void>

      Then I pw expect all database records to contain
      | status | active |