bmad-qa-generate-e2e-tests

Generate API and end-to-end tests from existing project test frameworks.

Updated Jul 11, 2026
One-click install
npx skills add https://github.com/marcmontecalvo/kinward --skill bmad-qa-generate-e2e-tests-marcmontecalvo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-generate-e2e-tests
Source: https://github.com/marcmontecalvo/kinward/tree/main/.agents/skills/bmad-qa-generate-e2e-tests
Command: npx skills add https://github.com/marcmontecalvo/kinward --skill bmad-qa-generate-e2e-tests-marcmontecalvo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort required to write and maintain boilerplate end-to-end and API tests, ensuring your features are verified quickly and consistently.

Core Features & Use Cases

  • Automated Test Generation: Automatically creates API and E2E tests based on your project's existing framework and patterns.
  • Workflow Integration: Seamlessly integrates with your project's test suite, handling setup, execution, and summary reporting.
  • Use Case: When you finish implementing a new user authentication flow, use this Skill to generate the necessary E2E tests to validate the happy path and critical error cases without writing the code from scratch.

Quick Start

Use the bmad-qa-generate-e2e-tests skill to create automated tests for the user login 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 tests for my software features?

You can generate automated e2e tests by analyzing existing project test frameworks and source code, creating tests for UI workflows and API endpoints while adhering to established project patterns and quality standards.

How does automated API test generation work with my existing project patterns?

Automated API test generation works by scanning your source code and test frameworks, creating tests that match your established project patterns and quality standards.

Can I use this to create Playwright or Jest tests for my UI workflows?

Yes, you can create tests for UI workflows and API endpoints, integrating with standard testing libraries like Playwright, Jest, or Vitest for execution and summary reporting.

Do I need Python to automate e2e testing for my API endpoints?

Yes, you need Python for workflow orchestration and integration with standard testing libraries to automate the generation of API and e2e tests for your features.

What is the best way to automate end-to-end testing for a new user authentication flow?

The best way is to use automated test generation to create e2e tests that validate happy paths and critical error cases for your user authentication flow without writing code from scratch.