Browsing Tag
playwright
12 posts
Playwright Awesome Selectors
Check out my short post on Playwright Awesome Selectors My personal favourite is page.getByRole(role, options) eg: await page.getByRole('button',…
Next.js + Playwright + GitHub Actions Boilerplate
A comprehensive Todo app with APIs and E2E tests with GitHub Actions enabled. See the repository: https://github.com/burakkantarci/playwright-todo-app This…