bmad-qa-generate-e2e-tests

Generate API and E2E tests for existing features with summary reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate end-to-end automated tests for existing features. This skill helps QA teams create comprehensive test suites quickly and consistently.

Core Features & Use Cases

  • Test generation: Produces API and E2E tests following project conventions.
  • Regression coverage: Ensures critical user flows and edge cases are covered.
  • Use Case: When a feature is implemented, automatically generate tests to validate core paths and error handling.

Quick Start

Provide the feature name and let the skill generate API and E2E tests using the project's existing patterns.

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

The generated tests ensure regression coverage by validating critical user flows, core paths, and edge cases to prevent future functionality breaks.

Can I use this to automate both API and UI workflow testing?

Yes, you can automate both API and UI workflow testing, as the skill applies end-to-end test generation across projects to ensure consistent testing standards for both interfaces.

What's the best way to maintain regression coverage for new features?

The best way to maintain regression coverage is to trigger test generation immediately after a feature is implemented, automatically creating tests for core paths and error handling.

Do I need to specify my test framework patterns to generate E2E tests?

You do not need to specify patterns manually; the skill automatically adheres to your project's existing test framework conventions to output consistent test files and a summary report.