bmad-qa-generate-e2e-tests

Generate framework-aware API and end-to-end test suites for existing codebase features.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-qa-generate-e2e-tests-geneducation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/GenEducation/GenedUIProject/tree/main/.gemini/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-qa-generate-e2e-tests-geneducation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of creating automated QA coverage for existing features by generating test cases that are aligned with the current codebase and test stack.

Core Features & Use Cases

  • Framework-Aware Test Generation: Detects the project's existing testing tools and follows the established patterns.
  • API and E2E Coverage: Produces backend endpoint checks and user-flow tests when the project contains both service and UI layers.
  • Practical QA Scenarios: Useful for validating a login flow, a form submission, or any implemented feature that needs repeatable automated coverage.

Quick Start

Ask this skill to generate automated end-to-end tests for a specific feature or directory 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 generate automated end-to-end tests for an existing codebase?

To generate automated end-to-end tests, this Skill analyzes your existing codebase to detect the current test stack and produces framework-aware test suites covering happy paths and critical failures.

Can I generate both API and E2E tests for the same project?

Yes, you can generate both API and end-to-end tests simultaneously. This Skill produces backend endpoint checks and user-flow UI tests when your project contains both service and UI layers requiring coverage.

Does generated E2E test generation work with my existing Playwright setup?

Generated E2E test generation works with your existing Playwright setup by detecting the project's current testing tools and following the established framework patterns to ensure seamless integration.

How do I start generating QA tests for a specific feature?

To start generating tests, ask this Skill to target a specific feature or directory in your project. It will execute the generated tests and save a concise summary output to your configured artifacts path.

What testing scenarios are covered by automated test generation?

Automated test generation covers practical QA scenarios by validating implemented features like login flows and form submissions, ensuring repeatable automated coverage for both happy paths and critical failures.

Do I need a specific test framework installed to generate API tests?

No, you do not need a specific test framework installed beforehand. The Skill detects the project's current test stack and applies framework-aware generation to align with your existing testing tools.