Hierarchy

  • CypressHelperOptions

Constructors

Properties

defaultDataAttribute?: string = "data-cy"

default data attribute for elements selection

handleSlotShadowDOM?: boolean = true

when set to true, cypress helper will automatically find the assigned dom element of elements with dataTestID with defaultShadowSlotSuffix suffix

shadowSlotSuffix?: string = "slot"

slot dataTestID suffix (only relevant when handleSlotShadowDOM is set to true)

waitForElementsToLoad?: boolean = true

when set to true, waits until elements are loaded before returning them

Generated using TypeDoc