test-runner

Automate cross-language test execution across TypeScript, Python, and Swift frameworks.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill test-runner-senntse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/test-runner
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill test-runner-senntse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write and run tests across languages and frameworks to ensure code quality and regression control.

Core Features & Use Cases

  • Cross-language test orchestration for TypeScript/JavaScript, Python, and Swift.
  • Supports unit, integration, and end-to-end testing with popular frameworks (Vitest, Jest, pytest, Playwright, XCTest).
  • Promotes reusable testing patterns and consistent conventions across projects.

Quick Start

Install the recommended testing tooling for your project and run the appropriate test command to validate changes.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run tests across multiple languages like TypeScript, Python, and Swift?

To run tests across multiple languages, you can automate cross-language testing workflows for TypeScript, Python, and Swift. This requires installing framework-specific tooling to enable reproducible test execution across your different projects.

Can I use this to run end-to-end testing with Playwright and unit testing with Vitest?

Yes, you can run end-to-end testing with Playwright and unit testing with Vitest. It supports unit, integration, and end-to-end testing scenarios across multiple frameworks including Jest, pytest, and XCTest.

What do I need to configure before executing cross-framework test workflows?

Before executing cross-framework test workflows, you need framework-specific configuration files for each project, such as vitest, pytest, swift test, or Playwright configurations, to ensure reproducible test execution.

Does this testing approach work for both frontend JavaScript and backend Python frameworks?

Yes, this testing approach works for both frontend JavaScript and backend Python frameworks. It orchestrates testing workflows for TypeScript and Python, applying to unit, integration, and end-to-end scenarios across Vitest, Jest, and pytest.