bmad-qa-generate-e2e-tests

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AhmedKaram50/research --skill bmad-qa-generate-e2e-tests-ahmedkaram50
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/AhmedKaram50/research/tree/main/shopify-builder/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/AhmedKaram50/research --skill bmad-qa-generate-e2e-tests-ahmedkaram50

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end QA test generation reduces manual testing effort by producing structured tests for implemented features, ensuring coverage of core flows and critical errors.

Core Features & Use Cases

  • Automated API and UI E2E test generation for new or existing features.
  • Compatibility with common test frameworks and project conventions.
  • Use Case: When a feature is added, generate tests that verify the core happy path and typical failure scenarios.

Quick Start

Provide the feature name and project context to auto-generate tests 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 a new feature?

To auto-generate end-to-end tests, provide the feature name and project context. The tool scans your codebase to produce API and UI tests that verify the happy path and error cases, matching your existing test framework conventions and outputting markdown summaries with test files.

Can I generate both API and UI E2E tests for existing code?

Yes, you can generate both API and UI E2E tests for existing projects. The tool scans implemented code with UI or API endpoints to create structured tests covering core flows and critical errors while satisfying your project's test framework configuration and structure.

What test frameworks and project conventions does the E2E test generation support?

E2E test generation supports common test frameworks by scanning your project to satisfy its existing test framework conventions, configuration loading, and test structure. It adapts to your established testing setup rather than requiring a specific framework.

Do I need to manually specify happy path and error cases when generating E2E tests?

No, you do not need to manually specify happy path and error cases. The generation process automatically scans your codebase to identify and create tests for both the core happy path and typical failure scenarios for your specified features.

What is the best way to automate QA test creation for CI pipelines?

Automating QA test creation for CI pipelines involves scanning your codebase to generate structured API and end-to-end tests for implemented features. This approach reduces manual testing effort by automatically producing tests that cover core flows and critical errors in your project.