Set of page object components to help in complex playwright projects
npm install 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
On a project only for testing
```
npm i playwright-components
On project with tests
```
npm i -D playwright-components