@uuv/playwright
Version:
A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and playwright
2 lines (1 loc) • 640 B
TypeScript
export { getPageOrElement, addCookie, getCookie, deleteCookieByName, withinSelector, withinRoleAndName, getWithContent, getWithTestId, getWithAriaLabel, findWithRoleAndName, notFoundWithRoleAndName, findWithRoleAndNameAndContent, findWithRoleAndNameFocused, findWithRoleAndNameAndChecked, findWithRoleAndNameAndUnchecked, findWithRoleAndNameAndContentDisabled, findWithRoleAndNameDisabled, findWithRoleAndNameAndContentEnabled, findWithRoleAndNameEnabled, findWithRoleAndNameAndValue, findWithSelector, findWithTestId, findWithAriaLabel, click, clickFocusedElement, type, typeFocusedElement, getTimeout, setTimeout, } from "./core-engine";