mas-unit-test-runner

Automate unit test execution and analysis in MAS Studio.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/adobecom/mas-claude-config --skill mas-unit-test-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mas-unit-test-runner
Source: https://github.com/adobecom/mas-claude-config/tree/main/config/user-skills/mas-unit-test-runner
Command: npx skills add https://github.com/adobecom/mas-claude-config --skill mas-unit-test-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill manages unit tests in MAS Studio, including execution, analysis, auto-fixing simple issues, and assistance in writing new tests.

Core Features & Use Cases

  • Test Execution: Run all tests, specific files, by pattern, or in watch mode.
  • Failure Analysis: Automatically fix simple issues and report complex issues for review.
  • Writing Tests: Provide templates and guidelines for writing new tests.

Quick Start

Run all tests with: npm run test:ci

Frequently Asked Questions about mas-unit-test-runner

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

FAQPage Schema
How do I run unit tests in MAS Studio?

You can run unit tests in MAS Studio by executing `npm run test:ci` to run all tests, or target specific files, patterns, and watch modes through the test runner configuration.

Can I automatically fix failing unit tests in MAS Studio?

Yes, the test runner analyzes test failures and automatically applies fixes for simple issues, while reporting complex problems for manual review within the MAS Studio environment.

Do I need a working MAS Studio environment to manage unit tests?

Yes, you must have a functioning MAS Studio environment and a specified test runner configured, as the test execution and auto-fixing features depend on this infrastructure.

What is the best way to write new unit tests for MAS Studio?

The best way to write new tests is using provided templates and guidelines, which assist in generating standardized unit tests within the MAS Studio framework.

Why does my unit test execution fail in MAS Studio?

Execution failures are analyzed by the runner; simple issues are auto-fixed, while complex failures are reported for review, often stemming from environment setup or runner configuration problems.