appbuilder-e2e-testing

Installation
SKILL.md

App Builder E2E Testing

Playwright-based browser E2E testing for Adobe App Builder SPAs and AEM extensions. This skill generates Playwright configs, test files, and CI workflows for browser-level validation.

Pattern Quick-Reference

Identify the user's intent, then read the referenced sections to generate tailored tests.

User wants Reference Asset
E2E test for ExC Shell SPA references/e2e-testing-patterns.md assets/playwright.config.ts, assets/e2e-test-template.spec.ts
Test AEM extension in browser references/aem-extension-testing.md assets/playwright.config.ts
E2E tests in CI pipeline references/ci-integration.md assets/e2e-ci-workflow.yml

Fast Path (for clear requests)

When the user says "add E2E tests" or "write Playwright tests" and intent is clear:

  1. Scan project for web-src/ (SPA) or @adobe/uix-guest in dependencies (AEM extension)
  2. Install Playwright if not present: npm install -D @playwright/test && npx playwright install chromium
Related skills

More from adobe/skills

Installs
105
Repository
adobe/skills
GitHub Stars
84
First Seen
Apr 17, 2026