launch
Build and run a fresh Electron app instance for testing, with optional app path, environment variables, and headless mode for CI/automation.
Instructions
Launch Electron app for testing (builds and runs fresh instance)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables to pass to the app | |
| appPath | No | Path to Electron main.js (default: ./out/main/index.js) | |
| headless | No | Run in headless mode (no visible window, for CI/automation) |