A Playwright CI/CT & E2E Testing Sample with GitHub Actions Workflow for Electron App
This is a minimal Playwright E2E-testing sample for Electron application based on the electron-quick-start with Quick Start Guide within the Electron documentation and ElectronApplication | Playwright within the Playwright documentation.
Support CI/CI with Playwright for Electron app based on GitHub Actions.
# Install dependencies
yarn
# Run the test
yarn test
# Start the app normally
yarn start
View source code: https://github.com/tanshuai/electron-playwright-e2e-test-quick-start/blob/main/.github/workflows/ci.yml