bmad-qa-generate-e2e-tests

Generates end-to-end automated tests for existing API and UI features using the project's test framework.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-qa-generate-e2e-tests-wahabmalik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/wahabmalik/whatsapp-chatbot/tree/main/.github/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-qa-generate-e2e-tests-wahabmalik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of end-to-end automated tests for existing features, reducing manual effort and improving test coverage.

Core Features & Use Cases

  • End-to-End Test Generation: Automatically generate tests for both API and UI features.
  • Test Framework Detection: Identifies and utilizes the existing test framework in the project.
  • Use Case: Ideal for QA automation engineers who need to create tests for a new feature or component without manual coding.

Quick Start

Generate automated tests for the feature 'user profile' by using the command 'bmad-qa-generate-e2e-tests user profile'.

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 existing project features automatically?

You can generate end-to-end tests for existing project features automatically by running a targeted command that analyzes your workflows and outputs API and UI test scripts. This automates test creation without manual coding.

What is end-to-end test generation and how does it work with existing test frameworks?

End-to-end test generation automatically creates API and UI tests for your existing features. It works by detecting your project's existing test framework and then generating matching test scripts based on your current workflows.

Do I need a specific test framework to use automated E2E test generation?

You do not need a specific test framework. The generation process detects and utilizes your project's existing test framework to ensure the generated API and UI tests integrate seamlessly with your current setup.

Can I automate both UI and API testing with this end-to-end test generation tool?

Yes, you can automate both UI and API testing. The end-to-end test generation supports creating automated tests for both API endpoints and UI features, providing comprehensive test coverage for your existing project components.

What's the best way to automate QA test generation for new components?

The best way to automate QA test generation for new components is to use a command-driven approach that identifies the feature name and automatically produces corresponding end-to-end API and UI tests based on project workflows.