setup_playwright_tests
Generate a complete Playwright E2E test setup for documentation sites, including Docker containers and GitHub Actions CI/CD workflows.
Instructions
Generate Playwright E2E test setup for documentation site (containers + CI/CD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryPath | Yes | Path to documentation repository | |
| ssg | Yes | ||
| projectName | Yes | Project name for tests | |
| mainBranch | No | main | |
| includeAccessibilityTests | No | ||
| includeDockerfile | No | ||
| includeGitHubActions | No |