bmad-qa-generate-e2e-tests

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

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/mol4/BMAD-Board --skill bmad-qa-generate-e2e-tests-mol4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/mol4/BMAD-Board/tree/main/BMAD%20board/.agents/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/mol4/BMAD-Board --skill bmad-qa-generate-e2e-tests-mol4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of designing and writing automated tests for implemented features, giving QA and engineering teams a fast path to repeatable coverage.

Core Features & Use Cases

  • Framework detection: Finds the project's existing test stack and follows its conventions.
  • API test generation: Creates status, schema, happy-path, and error-case tests for services and endpoints.
  • E2E test generation: Produces user-flow tests for UI features using semantic locators and readable assertions.
  • Verification and summary: Runs the tests, fixes failures, and saves a concise coverage summary for the team.

Quick Start

Ask this skill to generate end-to-end tests for the feature, component, or directory you want covered.

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 UI workflows automatically?

Automated E2E test generation creates user-flow tests for UI features using semantic locators and readable assertions. It detects your existing test framework, follows its conventions, and produces runnable tests covering happy paths and critical errors.

What's the best way to automate API tests for service endpoints?

Automating API tests generates status, schema, happy-path, and error-case tests for service endpoints. It applies your existing test framework conventions to produce runnable verification tests for implemented features.

Does this test generation tool work with Playwright and Jest?

Test generation works with Playwright and Jest by detecting the project's existing test stack and following its conventions to produce E2E and API tests for implemented features.

How do I ensure my generated tests cover critical errors and happy paths?

Generated tests cover critical errors and happy paths by applying semantic locators and readable assertions to UI workflows and service endpoints, ensuring workflow validation across implemented features.

Can I run generated tests and get a coverage summary artifact?

Generated tests run automatically, fix failures, and save a concise coverage summary artifact. This provides runnable verification and a saved test summary for your team.

Do I need an existing test framework to generate automated tests?

An existing test framework is required. The tool detects your project's current test stack and follows its established conventions to generate E2E and API tests with semantic locators.