bmad-qa-generate-e2e-tests

Generate API and end-to-end tests for existing application features.

1|Updated Dec 22, 2022
One-click install
npx skills add https://github.com/Rinzler78/osmosis-launcher --skill bmad-qa-generate-e2e-tests-rinzler78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/Rinzler78/osmosis-launcher/tree/main/.agents/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/Rinzler78/osmosis-launcher --skill bmad-qa-generate-e2e-tests-rinzler78

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps QA teams and automation-focused developers quickly create repeatable API and end-to-end tests for existing features without starting from scratch.

Core Features & Use Cases

  • Test Framework Detection: Identifies the project's existing test stack and adapts to established patterns.
  • API Test Generation: Produces status, schema, happy-path, and key error-case coverage for services and endpoints.
  • E2E Workflow Coverage: Creates user-flow tests for UI features using semantic locators and clear assertions.
  • Practical Example: Use it to generate automated tests for a checkout flow, then run them and save a concise test summary.

Quick Start

Ask the skill to generate automated tests for a specific feature or directory in your project.

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 E2E tests for existing application features?

Generate E2E tests by pointing the skill at a specific feature or directory to automatically create user-flow tests with semantic locators, clear assertions, and a verification summary.

Can I generate API tests for happy paths and error cases automatically?

Yes, automatic API test generation produces status, schema, happy-path, and key error-case coverage for your services and endpoints without starting from scratch.

Does the test generation adapt to my existing Playwright or Jest framework?

Yes, test framework detection identifies your project's existing test stack and adapts the generated tests to match your established patterns and tools.

What is the best way to automate QA coverage for user workflows like a checkout flow?

Automate QA coverage by generating E2E workflow tests for UI features like a checkout flow, then run the tests to save a concise summary for regression protection.

Do I need to manually configure the test stack before generating automated tests?

No manual configuration is needed for the test stack; the process detects your existing framework automatically and adapts to produce runnable tests immediately.