End-to-end test documentation — Electron application
All Playwright E2E tests can be executed using the batch script at the project root:
_run_Tests.bat
To run a specific test file:
npx playwright test tests/playwright/e2e/<filename> --config=tests/playwright/playwright.config.js
_run_Tests.bat script automatically handles the environment setup.
Test reports
npx playwright show-report tests/playwright/playwright-report
View HTML report of the last test run