bmad-qa-generate-e2e-tests

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

1|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/MazenMrad/Obsidio --skill bmad-qa-generate-e2e-tests-mazenmrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/MazenMrad/Obsidio/tree/main/.cursor/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/MazenMrad/Obsidio --skill bmad-qa-generate-e2e-tests-mazenmrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate consistent, automated end-to-end tests for newly implemented features to ensure regressions are caught and quality is validated without manual scripting.

Core Features & Use Cases

  • Auto-detects features and suggests test coverage strategies for API and UI flows.
  • Generates API and E2E tests aligned with project patterns and existing frameworks.
  • Use Case: when a feature is added, run this skill to produce a ready-to-run test suite scaffold.

Quick Start

Trigger the skill with the feature name and project structure to scaffold tests.

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 auto-generate E2E tests for newly implemented features?

To auto-generate E2E tests, trigger the skill with the feature name and project structure to scaffold ready-to-run test suites. It detects your existing test framework and adapts the generated tests to your project patterns.

Can I generate Playwright and Cypress tests that match my existing project patterns?

Yes, you can generate Playwright and Cypress tests aligned with your existing project patterns. The skill reads your project config, detects the active test framework, and adapts the test scaffolding accordingly.

What is the best way to scaffold API and UI automated test suites together?

The best way to scaffold API and UI automated test suites is using a generation skill that auto-detects features and suggests test coverage strategies. It produces tests across both API and UI layers in a single run.

Does this test generation tool work with Jest and similar testing frameworks?

Yes, this test generation tool works with Jest and similar testing frameworks. It reads your project configuration, detects the installed framework, and scaffolds test suites and summaries according to your workflow guidelines.

Why do I need automated end-to-end tests for feature validation?

You need automated end-to-end tests for feature validation to ensure regressions are caught and quality is validated without manual scripting. This generates consistent, automated tests for newly implemented features.

What are the limitations of auto-generating E2E test scaffolds?

A limitation of auto-generating E2E test scaffolds is that the output is a scaffold rather than fully customized logic. You must trigger the skill with the specific feature name and project structure to produce ready-to-run test suites.