bmad-qa-generate-e2e-tests

Generate end-to-end and API tests for existing code features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual creation of reliable API and UI end‑to‑end tests is time‑consuming and error‑prone, leading to gaps in test coverage and slower release cycles.

Core Features & Use Cases

  • Test Framework Detection: Automatically discovers the project's existing test framework or recommends one.
  • Feature‑Based Test Generation: Generates API and UI tests for specified features, covering happy paths and critical error cases.
  • Validation & Summary: Executes the generated tests, fixes failures, and produces a markdown summary with coverage metrics.

Quick Start

Ask the assistant to create QA automated tests for a feature, e.g., “create qa automated tests for login”.

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 API and UI features?

To generate end-to-end tests, this skill scans your source code to automatically create API and UI tests for specified features, covering happy paths and critical error cases. It outputs test files following your project conventions.

Do I need an existing test framework to auto-generate API and UI tests?

No, you do not need an existing test framework. The skill automatically discovers your project's current test framework, or recommends one if absent, before generating the automated tests for your features.

How does automated test generation handle test failures and coverage?

Automated test generation handles failures by executing the generated tests, fixing any failures, and producing a markdown summary. This summary includes test coverage metrics and outlines the next steps for your workflow.

What's the best way to create automated QA tests for a specific feature like login?

The best way to create automated QA tests is to prompt the assistant with your feature, such as 'create qa automated tests for login'. The skill then scans the code and generates the required API and UI tests.

Can I generate tests for both API and UI workflows at the same time?

Yes, you can generate tests for both API and UI workflows simultaneously. The skill scans your source code to create comprehensive end-to-end tests for specified features, covering both API and UI interactions.