playwright_tests Playwright tests repo is an example of playwright tests implemented using PageObject pattern and fixtures for learning purposes Installation npm install Usage Run tests: npm run test Launch tests in UI mode: npm run test-ui Run eslint rules and fix errors if possible: npm run lint License ISC