Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 779 Bytes

playwright.md

File metadata and controls

12 lines (7 loc) · 779 Bytes

Playwright Configuration

Overview

All frontend-related projects have a Playwright config called playwright.config.js in the project's root directory.

It mostly uses default settings except that it sets the testDir property to ./src/playwright. For Electron-based projects, the projects property reduces the browser to only Chromium as that is the only browser needed for Electron.

Learning Resources