bmad-qa-generate-e2e-tests

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

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/amitmishra-byldd/Bmad-Note-Maker --skill bmad-qa-generate-e2e-tests-amitmishra-byldd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/amitmishra-byldd/Bmad-Note-Maker/tree/main/_bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/amitmishra-byldd/Bmad-Note-Maker --skill bmad-qa-generate-e2e-tests-amitmishra-byldd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, execution, and summarization of end-to-end and API tests to reduce manual QA effort and speed up verification of implemented features.

Core Features & Use Cases

  • Test Generation: Produce API and E2E test files that follow the project's existing test framework and patterns.
  • Execution & Verification: Run generated tests using the project's test command and produce a markdown summary of results and coverage.
  • Use Case: When a developer ships a new feature, use this Skill to auto-generate tests for the happy path and key error cases, run them, and save a test-summary to implementation artifacts.

Quick Start

Ask the agent to generate QA automated tests for the Checkout feature including API and E2E workflows and save the summary to the project's implementation artifacts.

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 and API tests automatically for implemented features?

To generate E2E and API tests, this Skill analyzes existing UI or backend codebases, creates test files that follow project patterns, and runs them to validate functionality and critical error cases. It automatically detects existing test frameworks and uses semantic locators and framework APIs to build reliable tests for the happy path and key error cases.

What is the best way to automate QA test generation for a new feature?

Automating QA test generation involves applying an agent to your codebase to discover features, auto-generate API and E2E tests for the happy path and critical error cases, and execute the project's test command. This approach reduces manual QA effort and produces a markdown summary of test results saved directly to implementation artifacts.

Can I use this test generation tool with my existing test framework and project patterns?

Yes, you can use this test generation tool with existing frameworks because it automatically detects your project's current test framework and generates tests that follow established project patterns. It applies semantic locators and framework-specific APIs to ensure the generated API and E2E tests integrate seamlessly with your existing codebase.

How does E2E test execution and verification produce a test summary?

E2E test execution and verification runs the project's test command after generating tests, validating both happy path and critical error cases. It then produces a markdown summary of results and coverage, saving this test summary to the implementation artifacts for immediate review.

Do I need existing UI or backend services to generate API tests?

Yes, you need existing UI or backend services because this Skill applies to codebases with implemented features to discover functionality. It requires an existing codebase to detect test frameworks, generate API tests using semantic locators, and execute the project's test command successfully.