This repository contains the Automation Panda's official Playwright tutorial! In this tutorial, you will progressively create and build a new test automation project using Playwright in TypeScript.
playwright-js-framework/ ├── .github/workflows/playwright.yml ├── config/ ├── docs/TestStrategy.md ├── pages/ │ ├── BasePage.js ...