test

Run Terrae test suites with vitest and report pass/fail counts.

243|5|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/alamenai/terrae --skill test-alamenai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/alamenai/terrae/tree/main/.claude/skills/test
Command: npx skills add https://github.com/alamenai/terrae --skill test-alamenai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Testing Terrae components to ensure UI and functionality remain correct across changes.

Core Features & Use Cases

  • Run test suites for Terrae components using npm and vitest.
  • Run all tests, watch mode, or targeted component tests to speed up feedback during development.
  • Use case: a developer updates a Terrae component and wants immediate test feedback to validate changes.

Quick Start

Run all Terrae component tests to verify integrity after changes.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run vitest for component testing in a CI pipeline?▼

Run vitest component tests using npm scripts like test:run or test to execute project test suites, reporting pass/fail counts with structured failure details for CI regression detection.

What is the best way to get immediate test feedback after updating a component?▼

Use watch mode to run targeted component tests, providing immediate feedback during development workflows to validate UI and functionality changes without executing the full suite.

How do I identify regressions in Terrae components after changes?▼

Identify Terrae regressions by executing project test suites, which outputs structured results with failure details and pass/fail counts to verify component integrity.

Do I need specific npm scripts configured to run vitest tests?▼

Yes, you need npm scripts such as test:run or test configured in your project, along with vitest configuration, to execute full test runs or targeted component tests.

Can I run targeted component tests instead of the full vitest suite?▼

Yes, you can apply targeted component tests to speed up feedback during development, or run full test suites, both using npm and vitest configuration to report pass/fail counts.