An introduction to Playwright and where it belongs in the testing stack. Covers the testing pyramid, what e2e tests are actually good for, and what they should not be used for.
Marek Schir
Software Developer & Systems Architect
Building the software and systems that make businesses run better.
What I Build
Recent Articles
Web DevelopmentJun 7, 2026
What Playwright Is and Where It Fits in the Testing StackPart 1 ofPlaywright for Nuxt Developers
Web DevelopmentJun 7, 2026
How Playwright Works: Architecture, Core Concepts, and the Selector EngineA deep dive into how Playwright works internally: the Browser/Context/Page hierarchy, the locator engine, actions, web-first assertions, and how to configure the test runner.
Web DevelopmentJun 7, 2026
Playwright in the Nuxt EcosystemHow to use Playwright inside a Nuxt project, covering both the standalone approach and the @nuxt/test-utils integration with Vitest. Includes setup, configuration, and Supabase prerequisites.
Part 3 ofPlaywright for Nuxt Developers