bmad-qa-generate-e2e-tests

Generate end-to-end API and UI tests for codebase features.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-qa-generate-e2e-tests-thavirak-svay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/thavirak-svay/rentify-backend/tree/main/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-qa-generate-e2e-tests-thavirak-svay

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually writing end-to-end automated tests for every feature can be time-consuming and prone to human error. This Skill automates the generation of these tests, saving time and reducing the risk of oversight.

Core Features & Use Cases

  • Automated Test Generation: Automatically generate tests for both API and UI features.
  • Customizable Scopes: Ability to specify specific features or components for testing.
  • Integration with Existing Tools: Generates tests compatible with popular test frameworks.

Quick Start

Run the bmad-qa-generate-e2e-tests skill to create tests for all features in the 'src' directory.

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 automate E2E test generation for features in my codebase?

You can automate E2E test generation by running this Skill to automatically create tests for API and UI features within your codebase. It analyzes your source directory and generates corresponding test scripts to enhance your QA automation process.

Can I customize the scope of automated tests generated for my codebase?

Yes, you can customize the test generation scope by specifying particular features or components. This allows you to target the E2E testing automation directly at specific parts of your codebase rather than generating tests for everything.

Does this E2E test generation tool integrate with existing test frameworks?

Yes, the generated E2E tests integrate with various existing test frameworks. It produces test scripts compatible with popular tools in your software engineering stack, ensuring seamless integration into your current QA automation workflow.

What is the best way to generate both API and UI tests for software quality?

The best way to generate both API and UI tests is using an automated generation tool that handles both. This Skill creates end-to-end tests for both interfaces, reducing manual effort and the risk of human error in QA automation.

Why should I automate E2E testing instead of writing tests manually?

You should automate E2E testing because manually writing tests for every feature is time-consuming and prone to human error. Automation saves time, ensures consistent coverage, and reduces the risk of oversight across your codebase.