bmad-qa-generate-e2e-tests

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

3|2|Updated Mar 29, 2024
One-click install
npx skills add https://github.com/josemariafs/MVTools --skill bmad-qa-generate-e2e-tests-josemariafs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/josemariafs/MVTools/tree/main/.cursor/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/josemariafs/MVTools --skill bmad-qa-generate-e2e-tests-josemariafs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate automated API and end-to-end tests for implemented code, reducing manual QA effort and accelerating validation.

Core Features & Use Cases

  • QA automation-focused workflow that generates API tests for endpoints/services, covering success and common error scenarios.
  • Creates end-to-end UI tests that exercise user workflows, validations, and edge cases in existing features.
  • Integrates with project testing patterns and produces structured test artifacts and summaries for quick review.

Quick Start

Provide the feature name and run the workflow to auto-generate API and E2E 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 API and E2E tests for implemented features?

To auto-generate API and E2E tests, provide the feature name to trigger a QA workflow that analyzes your codebase and produces automated tests covering endpoints, services, and user workflows.

What is the best way to create end-to-end tests that cover critical error scenarios?

The best way to cover critical error scenarios is using an automated test generation workflow that analyzes implemented features and produces both happy-path and edge-case E2E tests following your project's existing test framework patterns.

Can I generate tests that match my existing project test framework patterns?

Yes, you can generate tests that match your project patterns. The workflow analyzes your existing testing setup and produces structured API and E2E test artifacts that integrate directly with your current framework.

Does automated test generation work for both frontend UI workflows and backend services?

Yes, automated test generation works for both frontend and backend. It creates E2E UI tests exercising user workflows and validations, alongside API tests for backend endpoints and services, covering success and common error scenarios.

How do I get a summary report after generating multiple API and E2E tests?

To get a summary report, run the test generation workflow on your feature. It automatically produces a concise test summary report alongside the generated API and E2E test artifacts for quick review.

What do I need to provide to start generating automated tests for my codebase?

You need to provide the feature name implemented in your codebase. The workflow uses this input to locate the relevant code and auto-generates structured API and E2E tests without requiring external dependencies.