playwright-electron-config
Configure Playwright for comprehensive Electron application testing including E2E tests, visual regression, accessibility audits, and cross-platform test matrices
npx skills add a5c-ai/babysitter --skill playwright-electron-config --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# playwright-electron-config Configure Playwright for comprehensive Electron application testing. This skill sets up the complete testing infrastructure including E2E tests, visual regression testing, accessibility audits, and cross-platform test matrices with CI/CD integration. ## Capabilities - Configure Playwright for Electron with `_electron` fixture - Generate page object models for Electron windows - Set up visual regression testing with snapshots - Configure accessibility testing with axe-core - Create cross-platform test matrices for CI - Mock Electron APIs (dialog, shell, clipboard) - Test IPC communication between main and renderer - Generate test coverage reports ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the Electron project root" }, "testDir": { "type": "string", "default": "tests/e2e" }, "features": { "type": "array", "items": { "enum": [ "visualRegression", "accessibility", "coverage", "performance", "ipcTesting", "multiWindow", "systemDialogMocks" ] }, "default": ["visualRegression", "accessibility", "ipcTesting"] }, "platforms": { "type": "array", "items": { "enum": ["windows", "macos", "li
- Capabilities
- Input Schema
- Output Schema
- Generated File Structure
- Code Templates
- Playwright Configuration for Electron
- Electron Test Fixture
- Page Object Model
- IPC Testing
- Visual Regression Testing
- Accessibility Testing
- Electron API Mocks
- GitHub Actions CI Workflow
- Best Practices
What does the playwright-electron-config skill do?
Configure Playwright for comprehensive Electron application testing including E2E tests, visual regression, accessibility audits, and cross-platform test matrices
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill playwright-electron-config --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
