bmad-qa-generate-e2e-tests

Generate API and E2E tests for software features using existing test frameworks.

1|Updated May 31, 2026
One-click install
npx skills add https://github.com/sfines/slf-llm-wiki-py --skill bmad-qa-generate-e2e-tests-sfines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/sfines/slf-llm-wiki-py/tree/main/.agents/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/sfines/slf-llm-wiki-py --skill bmad-qa-generate-e2e-tests-sfines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of end-to-end tests for existing features, saving time and reducing manual effort in QA processes.

Core Features & Use Cases

  • Automated Test Generation: Create API and E2E tests for implemented code with a simple command.
  • Test Framework Detection: Automatically identifies and uses the existing test framework in the project.
  • Feature Identification: Scans the codebase or accepts user input to identify features to test.
  • Test Execution: Executes the generated tests and provides a summary of the results.
  • Use Case: When you need to ensure the quality of your software features, use this Skill to generate and run tests for a specific feature or component.

Quick Start

Generate end-to-end tests for the 'login' feature by running the following command:

generate-e2e-tests-for login

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 end-to-end tests for existing software features?

You can automate end-to-end tests by running a single command that scans your codebase to identify features and generates corresponding API and UI tests automatically. This reduces manual QA effort and saves time.

Does the test generator work with my project's existing test framework?

Yes, the test generation process automatically detects and uses your project's existing test framework. It requires Python and your current framework to be installed to execute the generated API and UI tests correctly.

Can I generate API and UI tests for a specific feature like login?

Yes, you can generate API and UI tests for a specific feature like login by executing a simple command. The tool identifies the target feature from your input and creates the corresponding automated tests.

How do I execute generated E2E tests and view results?

After generating E2E tests, the tool executes them automatically and provides a summary of the results. This allows you to immediately verify the quality of your software features without manual intervention.

What is the best way to generate API tests for implemented code?

The best way to generate API tests is using an automated tool that scans your implemented code to identify features and creates tests using your existing framework. This ensures compatibility and reduces manual setup time.