bmad-qa-generate-e2e-tests

Generate automated E2E tests for features and UI components using Jest or Playwright.

15|2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/lorenzogm/bmad-ui --skill bmad-qa-generate-e2e-tests-lorenzogm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/lorenzogm/bmad-ui/tree/main/.cursor/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/lorenzogm/bmad-ui --skill bmad-qa-generate-e2e-tests-lorenzogm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the time-consuming process of manually writing QA end-to-end tests, streamlining the automation workflow for features and components.

Core Features & Use Cases

  • Automated Test Generation: Generates API and E2E tests based on feature specifications or codebase scanning.
  • Customizable Outputs: Produces tests in standard test framework formats with clear descriptions and maintainable code.
  • Integration Workflow: Integrates into existing projects, using project-specific or recommended test frameworks and patterns.

Quick Start

Run the 'bmad-qa-generate-e2e-tests' skill to automate test generation for your feature or component.

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 end-to-end tests automatically from existing features?

Generate end-to-end tests automatically by scanning your codebase or providing feature specifications. The skill identifies your active test framework and outputs maintainable tests covering happy paths and critical error cases.

Can I automate QA test generation for both API and UI components?

Yes, you can automate QA test generation for both API and UI components. The tool produces tests in standard framework formats based on your project's specific patterns and specifications.

Does automated test generation work with frameworks like Jest and Playwright?

Automated test generation works with frameworks like Jest and Playwright. The skill identifies your project's existing test framework and generates customized tests that integrate directly into your current workflow.

What is the best way to cover critical error cases when writing E2E tests?

The best way to cover critical error cases in E2E tests is using automated generation based on codebase scanning. This approach identifies potential failure points and produces tests for both happy paths and errors.

Do I need to provide feature specifications to generate API tests?

You do not strictly need to provide feature specifications to generate API tests. The skill can generate tests by directly scanning your existing codebase or by processing user input specifications.

Why are my generated QA tests not matching my project's existing patterns?

Generated QA tests are designed to match your project's existing patterns by identifying the active test framework. Ensure the codebase scanning feature is utilized rather than relying solely on manual input.