bmad-qa-generate-e2e-tests

Generates API and E2E tests for existing features using detected frameworks and patterns.

Updated May 17, 2026
One-click install
npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-qa-generate-e2e-tests-thuantan2060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/thuantan2060/facebook-sale-tracking/tree/main/.agents/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/thuantan2060/facebook-sale-tracking --skill bmad-qa-generate-e2e-tests-thuantan2060

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly creating reliable automated API/E2E tests for already-implemented features, so you can validate behavior without manual test effort.

Core Features & Use Cases

  • Automated API and E2E test generation: Creates tests to validate endpoint status codes and response structures, and (when UI exists) generates end-to-end user workflows.
  • Framework-aware test creation: Detects and follows the project’s existing test framework and patterns rather than forcing a new stack.
  • Quality-focused coverage: Targets happy paths plus critical error cases, and produces a runnable, maintainable test set.
  • Workflow integration and summaries: Produces a test summary artifact saved to the configured output path for review and next steps.

Quick Start

Ask the AI to generate QA automated tests for the feature you already implemented, and specify what to test (feature name or directory) so it can scan the codebase and produce API and/or E2E tests accordingly.

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 E2E tests for existing Next.js or NestJS features?

Generate E2E tests for existing Next.js or NestJS features by scanning the codebase for implemented backend endpoints and user workflows. The system detects your project's existing test framework and produces automated tests for happy paths and critical error cases.

What is automated API test generation and how does it validate endpoints?

Automated API test generation creates test suites that validate endpoint status codes and response structures. It detects existing test patterns within your repository to ensure the generated tests are runnable and maintainable without forcing a new testing stack.

Can I use this QA automation workflow if my project only has backend endpoints and no UI?

Yes, you can use this QA automation workflow for projects with only backend endpoints. It generates API tests to validate endpoint behavior, and when a UI exists, it expands to include user-facing end-to-end scenarios within the repository.

What's the best way to run and verify generated E2E tests within my project?

The best way to run and verify generated E2E tests is through the project's existing test command. The workflow executes the test command after generation, checks for failures, and writes a markdown summary to the configured output file for review.

Does test generation force a new testing framework or follow my current setup?

Test generation follows your current setup rather than forcing a new framework. It detects the project's existing test framework and test patterns to ensure the generated API and E2E tests integrate seamlessly into your current QA automation workflow.