bmad-qa-generate-e2e-tests

Generate API and end-to-end tests that follow existing project test framework conventions.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill bmad-qa-generate-e2e-tests-clovernguyen1010-ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/clovernguyen1010-ship-it/Clover_Nguyen/tree/main/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill bmad-qa-generate-e2e-tests-clovernguyen1010-ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often spend excessive time generating repetitive API and end-to-end tests for new and existing features. This skill automates test generation to accelerate validation and reduce manual toil.

Core Features & Use Cases

  • Automated test generation: creates API and E2E tests that follow the project's existing framework conventions.
  • Framework-aware: detects the project test framework and aligns test structure, assertions, and organization accordingly.
  • Use Case: when a feature is implemented or updated, run this skill to generate a full test suite and a concise test summary ready for review.

Quick Start

Invoke this skill to generate API and end-to-end tests for a specified feature in your project.

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 automatically generate E2E tests for my API?

To automatically generate E2E tests for an API, you need a tool that scans the codebase, detects the existing test framework, and produces tests that follow current project conventions.

Can I auto-generate tests that match my existing testing framework conventions?

Yes, framework-aware test generation detects the project's current test framework and aligns the generated test structure, assertions, and organization to match existing conventions automatically.

What is the best way to reduce manual QA toil for end-to-end testing?

The best way to reduce manual QA toil is automating test generation, which creates a full test suite and a concise test summary ready for review whenever a feature is implemented or updated.

Does automated test generation work for projects with both UI and API components?

Yes, automated test generation applies to projects with UI or API components by scanning the implemented codebase and producing tests that integrate with the detected testing framework.

How do I generate a test summary and save it to my project directory?

You can generate a test summary by running an automated test generation skill that scans your code, produces the test suite, and saves the summary directly to the project's tests directory.

Do I need to specify my testing framework to generate E2E tests?

No, you do not need to specify the testing framework manually; the generation process detects the current test framework by scanning the codebase and aligns the output accordingly.