playwright-components
v1.2.1
Published
Set of page object components to help in complex playwright projects
Downloads
802
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 you web testing.
It also assumes that your web UI under test abliges to the accessibility best practices from WCAG 2
Installation
On a project only for testing
npm i playwright-components
On project with tests
npm i -D playwright-components