JSPM

  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q55012F
  • License MIT

Custom playwright matchers to validate HTML tables.

Package Exports

  • playwright-tables
  • playwright-tables/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (playwright-tables) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

playwright-tables

Implements Accessible Expectations from the library html-table-to-dataframe

  • toHaveTableRowCountGreaterThan
  • toHaveColumnToBeValue
  • toHaveColumnValuesToMatchRegex
  • toHaveColumnsValuesToMatchRegex
  • toHaveColumnValuesToBeInRange
  • toHaveColumnValuesToBeNumbers
  • toHaveColumnToMatchWhenFilteredBy
  • toHaveColumnToMatchGroupWhenFilteredBy
  • toHaveColumnToNotMatch
  • toHaveTableRowCount
  • toHaveColumnGroupToBeValue
  • toHaveColumnGroupToBeValues
  • toHaveTableToNotMatch
  • toHaveTableToMatch
  • toHaveTableRowCountLessThan
  • toHaveTableRowCountEqualTo