testbox-reporters

Configure TestBox reporters for CI, local development, and browser debugging.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ColdBox/skills --skill testbox-reporters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testbox-reporters
Source: https://github.com/ColdBox/skills/tree/main/testbox/reporters
Command: npx skills add https://github.com/ColdBox/skills --skill testbox-reporters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tests often need precise and flexible reporting from TestBox across CI, IDEs, and local runs; this skill guides selection and configuration of reporters to match workflow and visibility requirements.

Core Features & Use Cases

  • Reporter options such as hideSkipped and editor links for SimpleReporter to tailor verbosity and IDE integration.
  • Reporter catalog covering ANTJunit, Console, Doc, JSON, JUnit, Min, MinText, Simple, Text, XML, and Streaming to fit CI, development, and browser scenarios.
  • Extensibility by implementing the IReporter interface to create a custom reporter for specialized needs.

Quick Start

Pick a reporter (e.g., "junit") and adjust options to align with your CI or development workflow.

Frequently Asked Questions about testbox-reporters

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

FAQPage Schema
How do I configure TestBox reporters for a CI pipeline?

Configure TestBox reporters for CI pipelines by selecting structured formats like JUnit or ANTJunit, then adjust reporter options to align with your pipeline's test parsing and visibility requirements.

What TestBox reporter formats are available for local development and browser debugging?

TestBox offers Console, Doc, JSON, Min, MinText, Simple, Text, XML, and Streaming reporters to cover local development, browser-based debugging, and IDE integration scenarios.

Can I create a custom TestBox reporter for specialized test output?

Yes, you can create a custom TestBox reporter by implementing the IReporter interface, extending functionality to generate specialized test output tailored to your specific workflow needs.

How do I enable IDE editor links in TestBox SimpleReporter?

Enable IDE editor links in TestBox SimpleReporter by configuring its reporter-specific options, tailoring verbosity and integration for direct navigation from test results to source code.

How do I hide skipped tests in TestBox reporting output?

Hide skipped tests in TestBox reporting output by applying the hideSkipped option available in specific reporters like SimpleReporter to reduce verbosity and focus on actionable results.