bmad-qa-generate-e2e-tests

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of API and end-to-end tests for implemented features, enabling faster QA coverage without manual test creation.

Core Features & Use Cases

  • Generate API tests to validate endpoints, status codes, and response schemas.
  • Generate E2E tests to validate user workflows and critical paths across the UI.
  • Use Case: When adding a new feature, quickly produce a ready-to-run test suite aligned with project conventions.

Quick Start

Ask me to generate QA automation tests for a specific feature, and I will produce API and end-to-end tests.

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 auto-generate end-to-end tests for a new feature?

To auto-generate end-to-end tests, target a specific project and feature scope to produce tests covering happy paths and critical errors. The generated tests follow existing framework patterns and save artifacts directly to the project's tests directory.

What is automated API test generation for endpoints?

Automated API test generation creates tests that validate endpoints, status codes, and response schemas. It automates QA coverage for implemented features without requiring manual test creation, accelerating the validation of API contracts.

How do I generate API and E2E tests that match my project's conventions?

You can generate API and E2E tests matched to your project conventions by applying the generation task to a specific project and feature scope. The process analyzes existing framework patterns to ensure the produced test suite is ready-to-run.

Can I use this to generate tests for both happy paths and critical errors?

Yes, you can generate tests for both happy paths and critical errors. When you request test generation for a specific feature, it creates a runnable test summary covering successful user workflows and critical failure scenarios across the UI and API.

What's the best way to get a ready-to-run test suite for an added feature?

The best way to get a ready-to-run test suite is to request automated test generation for the newly added feature. This produces a runnable test summary and saves test artifacts to your project's tests directory, aligning with existing framework patterns.