library/specializations/qa-testing-automation/skills/playwright-e2e/SKILL.md
Deep integration with Playwright for browser automation and end-to-end testing
npx skillsauth add a5c-ai/babysitter Playwright E2E TestingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expert-level capabilities for Playwright-based end-to-end testing, enabling comprehensive browser automation, test generation, and result analysis.
e2e-test-suite.js - Full E2E test suite implementationcross-browser-testing.js - Cross-browser compatibility testingvisual-regression.js - Visual regression with Playwright screenshotsaccessibility-testing.js - Accessibility testing with axe-playwright@playwright/test - Playwright test runnerplaywright - Browser automation library{
kind: 'skill',
skill: {
name: 'playwright-e2e',
context: {
action: 'execute-tests',
testPath: 'tests/e2e/**/*.spec.ts',
browsers: ['chromium', 'firefox'],
parallel: true
}
}
}
The skill respects playwright.config.ts or playwright.config.js in the project root and can override settings as needed for specific test runs.
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.