Playwright Cucumber TS Steps
    Preparing search index...

    Function expectDbColumnType

    • Asserts the data type of a column's value in the first record. Supports fixtures for reusable column names and types.

      Parameters

      • page: any
      • columnNameKey: string
      • dataTypeKey: string

      Returns Promise<void>

      Then I pw expect database column "age" to be of type "number"