bmad-qa-generate-e2e-tests

Generate API and E2E tests for implemented code using the detected test framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of API and End-to-End (E2E) tests for existing code, ensuring features are thoroughly validated.

Core Features & Use Cases

  • Automated Test Generation: Creates API and E2E tests based on project code.
  • Framework Detection: Automatically identifies and utilizes the project's existing test framework.
  • Use Case: When a new feature is developed, use this Skill to quickly generate a suite of automated tests that cover happy paths and critical error cases, ensuring rapid and reliable quality assurance.

Quick Start

Generate automated QA tests for the user authentication 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 generate automated E2E tests for my new API features?

You can generate automated E2E tests by providing feature details or letting the tool scan your codebase to identify features. It then creates tests for happy paths and critical errors using your project's detected test framework.

Can I automatically create API tests using my project's existing test framework?

Yes, automated API test generation automatically detects and utilizes your project's existing test framework. This ensures the generated tests integrate seamlessly with your current quality assurance setup and coding standards.

What is the best way to ensure my automated tests cover critical error cases?

The best way to cover critical error cases is to use an automated test generation tool that explicitly creates tests for both happy paths and critical errors. It scans implemented code to identify features and generates the necessary test coverage.

Does this automated test generation work without specifying test frameworks manually?

Yes, it works without manual specification because it features automatic framework detection. The tool identifies the test framework already configured in your project and uses it to generate and run the API and E2E tests.

How do I verify generated automated tests are passing after creation?

To verify generated automated tests, the tool automatically runs them immediately after creation. It executes the generated API and E2E tests to confirm success and produces a summary report detailing the test results.

What are the limitations of code scanning for automated test generation?

A limitation of code scanning for automated test generation is that it relies on clearly implemented code to identify features. If the codebase lacks structure or features are incomplete, generating accurate happy path and critical error tests may require explicit user input.