test-runner

Automate writing and executing tests across TypeScript, JavaScript, Python, and Swift.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill test-runner-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/test-runner
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill test-runner-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of writing and executing tests across various programming languages and testing frameworks, ensuring code quality and reliability.

Core Features & Use Cases

  • Multi-language Support: Write unit, integration, and end-to-end tests for TypeScript/JS, Python, and Swift.
  • Framework Agnostic: Supports popular frameworks like Vitest, Jest, pytest, XCTest, and Playwright.
  • TDD Workflow: Guides users through the Test-Driven Development cycle (Red-Green-Refactor).
  • Use Case: A developer needs to ensure their new Python API endpoint is robust. They can use this Skill to quickly set up and run integration tests using pytest and httpx, verifying correct responses and error handling.

Quick Start

Use the test-runner skill to write and execute Vitest tests for your TypeScript project.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I write and run tests across multiple programming languages?

Writing and running tests across multiple programming languages is automated by this Skill, which supports unit, integration, and end-to-end scenarios for TypeScript, JavaScript, Python, and Swift. It also provides guidance on test patterns and coverage reporting.

Can I use pytest to set up integration tests for a Python API endpoint?

Yes, you can use pytest to set up integration tests for a Python API endpoint. This Skill supports frameworks like pytest and httpx to verify correct responses, test robustness, and validate error handling for your Python API endpoints.

Does this support Test-Driven Development workflows with Vitest and Jest?

Yes, this supports Test-Driven Development (TDD) workflows with Vitest and Jest. It guides developers through the Test-Driven Development cycle, specifically the Red-Green-Refactor phases, to ensure code quality and reliability before implementation.

What is the best way to run end-to-end tests using Playwright for web applications?

Running end-to-end tests using Playwright is facilitated by this Skill's automated execution framework. It supports Playwright to handle end-to-end testing scenarios across supported languages, ensuring application reliability and code quality.

How do I write Vitest tests for a TypeScript project?

To write Vitest tests for a TypeScript project, use this Skill to quickly set up and execute your test suite. It streamlines the process of writing and running tests, ensuring your TypeScript code meets quality and reliability standards.