e2e-cucumber-playwright
Installation
SKILL.md
Dify E2E Cucumber + Playwright
Use this skill for Dify's repository-level E2E suite in e2e/. Use e2e/AGENTS.md as the canonical package guide for local architecture and conventions, then read any feature-scoped AGENTS.md that owns the target area. Apply Playwright/Cucumber best practices only where they fit the current suite.
Scope
- Use this skill for
.featurefiles, Cucumber step definitions,DifyWorld, hooks, tags, and E2E review work undere2e/. - Do not use this skill for Vitest or React Testing Library work under
web/; usefrontend-testinginstead. - Do not use this skill for backend test or API review tasks under
api/.