Quality engineeringTest surfaces
Electron testing
Launch an Electron main entry through Playwright and exercise the packaged desktop surface.
Electron testing — contract and behavior
- ELECTRON_APP_MAIN points at the application's main-process entry.
- The package separates Electron process startup from renderer-page assertions.
- Examples use a bounded target and must not assume one repository layout.
- Crash logs, traces, and screenshots are execution artifacts and may contain application data.