playwright-components
v1.5.1
Published
Set of page object components to help in complex playwright projects
Maintainers
Readme
Playwright Components
Set of page object components to help in complex playwright projects.
These components assume that you're using a page object / component object approach to your web testing.
It also assumes that your web UI under test adheres to the accessibility best practices from WCAG 2
Installation
In a project only for testing
npm i playwright-componentsIn a project with tests
npm i -D playwright-components