bmad-qa-generate-e2e-tests

Generate API and E2E tests for software features using detected frameworks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of end-to-end (E2E) and API tests for existing software features, ensuring comprehensive test coverage and reducing manual testing effort.

Core Features & Use Cases

  • Automated Test Generation: Creates API and E2E tests based on identified features.
  • Test Framework Detection: Automatically detects and utilizes the project's existing test framework.
  • Use Case: When a new feature is developed, use this Skill to quickly generate a suite of automated tests that verify its functionality, ensuring quality and stability.

Quick Start

Use the bmad-qa-generate-e2e-tests skill to create automated tests for the user authentication feature.

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 automated E2E and API tests for a new software feature?

To generate automated E2E and API tests, you provide the feature details or let the tool scan your codebase. It then detects your existing test framework and creates tests covering happy paths and critical error cases automatically.

Can I use this tool to generate tests if I already have an existing test framework configured?

Yes, you can use this with an existing test framework. It automatically detects the testing frameworks currently configured in your project and generates new API and E2E tests that integrate with your established setup.

What is the process for identifying features to create automated tests from code?

The process for identifying features to create automated tests involves either accepting direct user input describing the feature or scanning your existing codebase. Once identified, it generates tests covering happy paths and critical error cases.

Does the generated test suite include coverage for critical error cases or just happy paths?

The generated test suite includes coverage for both critical error cases and happy paths. It creates automated tests that verify functionality across standard successful operations and important failure scenarios to ensure software stability.

What is the best way to run generated API tests and get a summary report?

The best way to run generated API tests and get a summary report is to use this tool's built-in execution capability. After generating the E2E and API tests, it automatically runs them and produces a comprehensive summary report of the results.