add-playwright-tests

Orchestrates end-to-end Playwright test creation from feature exploration to validated code.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill add-playwright-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-playwright-tests
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/playwright-automation/skills/add-playwright-tests
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill add-playwright-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the creation and validation of Playwright end-to-end tests by translating exploration artifacts into production-grade test code, streamlining feature-level testing.

Core Features & Use Cases

  • Analyze the target codebase and shared exploration artifacts to determine test scope.
  • Generate production-grade Playwright test code from e2e-plan artifacts and test-cases.
  • Review and stabilize tests, including flaky-test remediation, with end-to-end verification.

Quick Start

Provide a feature URL and a brief description to generate end-to-end Playwright tests for that feature.

Frequently Asked Questions about add-playwright-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Playwright e2e tests from exploration artifacts?

To generate Playwright e2e tests, provide a feature URL and description so the workflow can consume exploration artifacts, analyze the codebase, and output production-grade test code for that feature.

What is the best way to automate end-to-end test creation for a specific feature?

Automating end-to-end test creation involves orchestrating a workflow that maps feature scope, generates test cases, writes the test code, and performs reviews to ensure production-grade coverage.

Can I use this workflow to review and fix flaky Playwright tests?

Yes, the workflow includes test review and flaky-test remediation by delegating to fix-flaky-tests, analyzing test cases, and verifying end-to-end test stability across features.

Do I need to provide e2e-plan artifacts to generate test code?

Yes, the workflow consumes shared artifacts such as e2e-plan, map-feature-scope, and generate-test-cases to determine test coverage and translate them into test code.

How does the workflow analyze my codebase before writing tests?

The workflow delegates to analyze-test-codebase to inspect your codebase and shared artifacts, determining the appropriate test scope and feature-level coverage before generating tests.

What happens after generating the initial Playwright test code?

After generating test code, the workflow delegates to review-test-code to validate the output, perform reviews across features, and remediate any flaky tests for end-to-end verification.