bmad-qa-generate-e2e-tests

Generates API and end-to-end automated tests for existing application features.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Asygnuz-S-A-S/one-star --skill bmad-qa-generate-e2e-tests-asygnuz-s-a-s
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/Asygnuz-S-A-S/one-star/tree/main/.claude/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/Asygnuz-S-A-S/one-star --skill bmad-qa-generate-e2e-tests-asygnuz-s-a-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually writing automated tests for implemented features is time-consuming and often skipped, leaving code without regression coverage. This Skill automates the generation of API and E2E tests that match the project's existing test framework and patterns. ## Core Features & Use Cases - Framework Detection: Scans package.json and existing test files to detect Playwright, Jest, Vitest, Cypress, or other frameworks already in use. - API Test Generation: Creates tests covering status codes, response structure validation, happy paths, and critical error cases for endpoints and services. - E2E Test Generation: Builds UI workflow tests using semantic locators (roles, labels, text) that assert visible user outcomes. - Use Case: After implementing a checkout feature in a Next.js app, ask the Skill to generate tests; it detects Playwright, writes E2E tests for the purchase flow, runs them, fixes failures, and saves a coverage summary. ## Quick Start Ask the assistant to create QA automated tests for a specific feature or directory in your project.

Frequently Asked Questions about bmad-qa-generate-e2e-tests

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

FAQPage Schema
How do I generate E2E tests for an existing feature?▼

Invoke the Skill and specify a feature name, component, or directory to scan. It detects your project's test framework, generates API and E2E tests following existing patterns, runs them, and fixes any failures before saving a summary.

What test frameworks does automated test generation support?▼

The Skill detects whatever framework the project already uses by inspecting package.json dependencies and existing test files, including Playwright, Jest, Vitest, and Cypress. If none exists, it suggests a framework based on the project stack.

Can I generate tests for a whole directory instead of one feature?▼

Yes, you can point the Skill at a directory such as src/components/ or let it auto-discover features in the codebase. It then generates tests for the identified API endpoints and UI features within that scope.

What happens if generated tests fail when run?▼

The Skill executes the generated tests using the project's test command and fixes failures immediately before completing. It only finishes once all generated tests pass and a summary is saved.

When should I use the Test Architect module instead?▼

Use the Test Architect (TEA) module when you need risk-based test strategy, test design planning, quality gates, NFR assessment, or comprehensive coverage analysis. This Skill focuses on straightforward happy-path and critical-error test generation.