bmad-qa-generate-e2e-tests

Scan codebases to generate API and E2E tests for existing features.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mschuerig/peach-ios --skill bmad-qa-generate-e2e-tests-mschuerig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/mschuerig/peach-ios/tree/main/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/mschuerig/peach-ios --skill bmad-qa-generate-e2e-tests-mschuerig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate automated end-to-end tests for existing features to ensure regression coverage and faster validation during development.

Core Features & Use Cases

  • End-to-end test generation for UI and API features
  • Test scaffolding that integrates with the project's test framework
  • Workflow automation: identify features and produce test files and basic assertions

Quick Start

Provide a feature name to generate a complete E2E test suite for that feature.

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 auto-generate end-to-end tests for existing features?

To auto-generate E2E tests, provide a feature name. The Skill scans your codebase, extracts the feature's workflows, and outputs test files with basic assertions into your project's standard test directories.

Can I generate E2E tests if my project uses a custom test framework?

Yes, you can generate E2E tests with a custom framework. The Skill scans your codebase to identify your test framework patterns and scaffolds the generated test files to adhere to those specific project conventions.

What is automated E2E test scaffolding and how does it work?

Automated E2E test scaffolding analyzes your codebase to extract features and generate API or UI test files. It identifies workflows, creates basic assertions, outputs files to standard directories, and produces a summary report.

Do I need an existing test framework to generate feature tests?

Yes, an existing test framework is required. The Skill applies to projects with established test setups, scanning the codebase to extract features and generating E2E tests that adhere to your project's existing test framework patterns.

What's the best way to automate regression coverage for UI and API features?

Automating regression coverage is best done by generating E2E test suites for existing features. This Skill scans your codebase to scaffold UI and API tests, ensuring faster validation during development and preventing regressions.