Testing
Electron App End-to-End Testing with Playwright
Playwright has first-class support for Electron application testing since v1.9. Unlike Spectron (deprecated) or older Electron testing approaches, Playwright connects to Electron directly — giving you access to both the renderer process (web content) and the main process (Node.js environment) in a single test. This guide covers Electron E2E