bmad-qa-generate-e2e-tests

Generate API and end-to-end tests for existing application features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of designing QA automation from existing features by generating ready-to-run API and end-to-end tests for real application workflows.

Core Features & Use Cases

  • Test Discovery: Detects the project's existing test stack and follows the repository's established patterns.
  • API Coverage: Creates endpoint tests for happy paths and critical error cases, including status and response validation.
  • UI Workflow Validation: Generates E2E scenarios for user journeys using semantic locators and visible assertions.
  • Use Case: A QA engineer can point it at a feature directory or ask it to auto-discover a feature area, then receive automated tests plus a concise summary of coverage.

Quick Start

Ask the skill to generate automated tests for a specific feature, directory, or auto-discovered area in your project.

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 for an existing application feature?

You can generate end-to-end tests by pointing the automation at a specific feature directory or asking it to auto-discover code paths, which produces ready-to-run UI workflows and API coverage based on your real application features.

Can I generate API tests that cover both happy paths and critical error cases?

Yes, API test generation creates endpoint tests for both happy paths and critical error cases, automatically including status validation and response validation for your backend endpoints.

Does automated test generation work with Jest and Playwright frameworks?

Yes, framework detection is built into the test generation process, allowing it to identify and follow your repository's established patterns for tools like Jest and Playwright.

What is the best way to automate QA testing for web user journeys?

Automating QA testing for web user journeys is best handled by generating E2E scenarios that use semantic locators and visible assertions to validate real UI workflows across the application.

How do I execute generated tests and review the coverage results?

After generating tests, the process executes your project's existing test command and provides a concise markdown summary detailing the generated coverage for your features.

Do I need to manually define test paths when automating QA for a specific directory?

No, you do not need to manually define paths; you can target a specific directory or let the tool auto-discover feature areas to generate the necessary API and E2E tests.