test-runner

Execute automated unit, integration, and end-to-end tests across TypeScript, Python, and Swift.

16|1|Updated May 21, 2026
One-click install
npx skills add https://github.com/antgroup/Agent3Sigma-Stage --skill test-runner-antgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/antgroup/Agent3Sigma-Stage/tree/main/data/advance/skill_templates/Code_Development/benign_skills/cmanfre7_test-runner
Command: npx skills add https://github.com/antgroup/Agent3Sigma-Stage --skill test-runner-antgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing testing workflows across diverse programming languages and frameworks, ensuring consistent quality through automated test execution.

Core Features & Use Cases

  • Multi-Framework Support: Provides standardized commands for Vitest, Jest, pytest, XCTest, and Playwright.
  • TDD Workflow Integration: Facilitates the Red-Green-Refactor cycle to improve code reliability.
  • Use Case: A developer working on a full-stack project can use this Skill to run unit tests for their TypeScript frontend and integration tests for their Python backend using a unified interface.

Quick Start

Use the test-runner skill to execute all unit tests in the current project directory using the appropriate framework for the detected language.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run automated tests across multiple programming languages in one project?

Automated tests across multiple languages like TypeScript, Python, and Swift are executed through a unified interface that detects the environment and runs the appropriate framework CLI tools.

Does the test-runner skill support TDD workflows like Red-Green-Refactor?

TDD workflows like Red-Green-Refactor are fully supported, allowing developers to iteratively write failing tests, implement code to pass them, and refactor while maintaining test coverage.

Do I need to install vitest, pytest, or playwright before using this skill?

Framework-specific CLI tools such as vitest, jest, pytest, or playwright must be installed in the project environment beforehand to execute unit, integration, and end-to-end tests.

What is the best way to manage both frontend and backend testing workflows?

Managing full-stack testing workflows is done by providing standardized commands that run unit tests for TypeScript frontends and integration tests for Python backends seamlessly.

Can I execute end-to-end tests with Playwright using this testing skill?

End-to-end tests with Playwright are executed by leveraging the installed Playwright CLI tool, supporting standard testing workflows and coverage reporting for diverse software environments.