bmad-qa-generate-e2e-tests

Generate API and end-to-end tests for implemented software features.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ncptuan/stock_backtest_project --skill bmad-qa-generate-e2e-tests-ncptuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/ncptuan/stock_backtest_project/tree/main/.claude/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/ncptuan/stock_backtest_project --skill bmad-qa-generate-e2e-tests-ncptuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly create automated API and end-to-end tests for features that already exist in a codebase, reducing the manual effort required to validate behavior and catch regressions.

Core Features & Use Cases

  • Framework-Aware Test Generation: Detects the project's existing test framework and follows current patterns instead of introducing inconsistent tooling.
  • API and UI Coverage: Generates API tests for endpoints and E2E tests for user workflows, including happy paths and a small set of critical error cases.
  • Validation and Reporting: Runs the generated tests, fixes failures when possible, and produces a markdown summary with coverage notes and next steps.
  • Use Case: When a team has implemented a new checkout flow or account settings page, this Skill can generate matching automated tests in the project's established test structure.

Quick Start

Ask the AI to create QA automated tests for a specific existing feature or to scan the codebase and generate API and E2E coverage for the most relevant implemented workflows.

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 automated tests for existing software features?

To generate automated tests, you can instruct the AI to target a specific feature name or scan a directory scope. It detects your project's current test framework and creates matching API and E2E tests.

Does test generation work with both API endpoints and user interfaces?

Yes, test generation supports codebases with both backend endpoints and user interfaces. It creates API tests for endpoints and E2E tests for user workflows, covering happy paths and critical error cases.

How do I ensure generated tests match my project's existing test framework?

The test generation process is framework-aware, meaning it detects your project's established test framework like Playwright and follows existing code patterns. This prevents introducing inconsistent tooling or test structures.

What is included in the test validation summary for regression testing?

The validation summary is a markdown report generated after running tests. It includes coverage notes, details on any fixed failures, and actionable next steps for your regression testing workflow.

Can I auto-discover implemented workflows to create E2E tests?

Yes, you can use auto-discovery targets to scan the codebase. The tool will identify the most relevant implemented workflows and automatically generate API and E2E test coverage for them.

What are the limitations of generating QA automation for new features?

This approach applies only to existing codebases with implemented features. It generates a small set of critical error cases and happy-path coverage, and fixes failures when possible, but may not cover exhaustive edge cases.