testing-framework

Generate executable tests for JavaScript/TypeScript projects using Vitest, Jest, or Playwright.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill testing-framework-mealpac
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: testing-framework
Source: https://github.com/mealpac/manus/tree/main/skills/tier1-foundation/testing-framework
Command: npx skills add https://github.com/mealpac/manus --skill testing-framework-mealpac

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Generate production-ready tests from descriptions or source code for JavaScript/TypeScript projects, supporting Vitest, Jest, and Playwright, with built-in mocking, assertions, and coverage configuration.

Core Features & Use Cases

  • Generate unit, integration, and end-to-end tests from descriptions or code for Vitest, Jest, and Playwright.
  • Include mocks, assertions, and test configuration to ensure maintainable, production-ready suites.
  • Create ready-to-run test files and optional framework configs to accelerate CI/CD.

Quick Start

Provide a description or paste the source code to generate a complete test suite.

Frequently Asked Questions about testing-framework

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

FAQPage Schema
How do I generate test suites from source code for Vitest or Jest?▼

To generate test suites for Vitest or Jest, provide a description or paste your JavaScript/TypeScript source code. The system outputs ready-to-run executable test files with built-in mocking, assertions, and optional framework configurations.

Can I generate end-to-end tests with Playwright from a text description?▼

You can generate end-to-end tests with Playwright by providing a text description. The tool applies framework-specific templates to produce executable test files compatible with Playwright, accelerating testing pipelines.

Does this testing framework generator support TypeScript projects?▼

This test generator supports JavaScript and TypeScript projects. It produces production-ready tests with built-in mocking and coverage configuration for unit, integration, and end-to-end scenarios.

What is the best way to set up mocking and test coverage configuration for JavaScript tests?▼

The best way to set up mocking and test coverage configuration is to generate test files that include built-in mocks and optional config files. This ensures maintainable, production-ready suites compatible with Vitest, Jest, or Playwright.

Do I need OpenAI to automatically generate unit tests?▼

You need the OpenAI dependency to automatically generate unit tests. It processes your source code or descriptions to output production-ready test files and optional framework configuration files.

What types of tests can I automate for JavaScript testing pipelines?▼

You can automate unit, integration, and end-to-end tests for JavaScript testing pipelines. The generator outputs executable test files with mocking and coverage configuration tailored for Vitest, Jest, and Playwright.