bmad-qa-generate-e2e-tests

Generate end-to-end API and UI tests for identified application features.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-qa-generate-e2e-tests-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-qa-generate-e2e-tests-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the creation of end-to-end tests for features, reducing the time and effort needed for manual test writing.

Core Features & Use Cases

  • Feature Identification: Identify and test specific features or components based on user input.
  • Test Generation: Automatically generate API and UI tests based on identified features.
  • Test Execution: Execute the generated tests and validate results.
  • Test Reporting: Summarize test results in a readable format.
  • Use Case: For a web application, you can use this Skill to automatically generate and execute tests for new user registration functionality.

Quick Start

To generate end-to-end tests for a specific feature, run 'bmad-qa-generate-e2e-tests <feature_name>'.

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 a specific feature?

To generate end-to-end tests, run the command with your target feature name. The Skill identifies the specified feature and automatically generates matching API and UI tests for functional verification.

Can I automate test generation for both web and desktop applications?

Yes, automated test generation supports both web and desktop applications. It identifies features or components based on your input and creates end-to-end tests suitable for your specific application environment.

How are test execution and reporting handled after generation?

Test execution and reporting are handled automatically after test generation. The Skill executes the generated API and UI tests, validates the results, and summarizes the test outcomes in a readable format.

Does automated end-to-end testing integrate with existing testing frameworks?

Yes, end-to-end testing is expected to integrate with your project's existing testing frameworks and infrastructure. This allows the generated API and UI tests to run within your established automation environment.

What's the best way to automate functional verification for new application features?

Automating functional verification is best handled by using a test generation Skill to identify new features and automatically create, execute, and report on end-to-end API and UI tests.

Do I need to manually write API and UI tests when automating feature testing?

No, you do not need to manually write tests for feature testing. The Skill automates the creation of both API and UI tests based on the identified features, reducing manual effort and time.