mandu-testing

Standardize unit, integration, and end-to-end tests for Mandu applications.

46|4|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/konamgil/mandu --skill mandu-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mandu-testing
Source: https://github.com/konamgil/mandu/tree/main/packages/mcp/src/resources/skills/mandu-testing
Command: npx skills add https://github.com/konamgil/mandu --skill mandu-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mandu testing patterns standardize how teams write and maintain unit, integration, and end-to-end tests for Mandu applications, reducing flaky tests and increasing confidence in releases.

Core Features & Use Cases

  • Standardized testing patterns for unit, slot, Island component, and Playwright-based end-to-end tests.
  • Clear guidelines for mocking external dependencies, test structure, naming conventions, and test data management.
  • Quick-start templates and examples to accelerate test setup across projects.

Quick Start

Run Bun test to exercise Mandu testing patterns in your project.

Frequently Asked Questions about mandu-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize unit and end-to-end testing patterns for Mandu applications?

Standardizing Mandu testing patterns involves applying structured guidelines for unit, integration, and end-to-end tests using Bun, Playwright, and Testing Library across slot, island, component, and UI flows to reduce flaky tests and increase release confidence.

What is the best way to set up E2E testing with Playwright in a Bun environment?

Setting up E2E testing with Playwright in a Bun environment uses standardized Mandu testing patterns that provide clear guidelines for mocking external dependencies, test structure, and naming conventions to accelerate test setup across projects.

Does the Mandu testing pattern support Testing Library for island component tests?

Yes, the Mandu testing pattern supports Testing Library for island component tests, enforcing structured practice across unit, integration, and end-to-end flows with quick-start templates and examples.

How do I run tests using the Mandu testing patterns in my project?

Running tests using the Mandu testing patterns requires executing Bun test in your project, which exercises the standardized unit, slot, island component, and Playwright-based end-to-end test suites.

Why do my Mandu application tests require structured YAML frontmatter and toxicity checks?

Mandu application tests require structured YAML frontmatter containing name and description, along with toxicity checks, to enforce safety and standardize Skill units across slot, island, component, and UI testing flows.

Can I use Mandu testing patterns to manage test data and mock external dependencies?

Yes, Mandu testing patterns provide clear guidelines for mocking external dependencies and managing test data, ensuring consistent test structure and naming conventions across Mandu applications using Bun.