Setup & Your First UI + API Tests (Playwright + TypeScript, Ch.2)
This article covers setting up UI and API tests using Playwright and TypeScript. The author installs Playwright, sets up a test runner, and configures the environment. Two small files are created to keep URLs in one place and to configure the Playwright test runner. The author then writes a simple test to verify the brand renders on the home page of the Inkwell app. This is the second chapter of a course on Playwright QA.