testbox-runners
このスキルはTestBoxテストを実行する際に使用します。CommandBox CLI(testbox run)、BoxLang CLI(./testbox/run)、HTMLウェブランナー、プログラマティックなTestBoxインスタンス化(run/runRaw/runRemote)、テストディレクトリやバンドルの設定、ストリーミングランナー(--streamフラグ/StreamingRunner)、ウォッチャーモード、全CLIフラグ(--show-failed-only、--dry-run、--slow-threshold-ms、--stacktrace、--max-failures)、およびbox.jsonのTestBox設定に対応しています。
description の原文を見る
Use this skill when running TestBox tests: CommandBox CLI (testbox run), BoxLang CLI (./testbox/run), HTML web runner, programmatic TestBox instantiation (run/runRaw/runRemote), configuring test directories or bundles, using the streaming runner (--stream flag / StreamingRunner), watcher mode, all CLI flags (--show-failed-only, --dry-run, --slow-threshold-ms, --stacktrace, --max-failures), or setting up box.json testbox configuration.
SKILL.md 本文
TestBox ランナー — 完全リファレンス
このスキルを使用する場合
- コマンドラインからテストを実行する場合(CommandBox または BoxLang CLI)
box.jsonでtestboxを設定する場合- ファイル変更時に自動実行するファイルウォッチャーを開始する場合
- SSEベースのリアルタイム出力用に
--stream/StreamingRunnerを使用する場合 - CFML/BoxLangコードからTestBoxをプログラム的に呼び出す場合
- ユースケースに適したランナーを選択する場合(CLI、Web、CI、プログラム的)
ランナー概要
| ランナー | ユースケース |
|---|---|
| CommandBox CLI | 標準的な開発ワークフロー;testbox run をラップ |
| BoxLang CLI | BoxLangプロジェクト;バイナリは ./testbox/run |
| HTML Web ランナー | ブラウザベースのインタラクティブなテストランナー |
| プログラムAPI | アプリケーションコードまたはカスタムスクリプトにテストを組み込む場合 |
| StreamingRunner | リアルタイムSSEベースの出力(TestBox 7以上) |
...
詳細情報
- 作者
- ColdBox
- リポジトリ
- ColdBox/coldbox-cli
- ライセンス
- NOASSERTION
- 最終更新
- 2026/5/11
Source: https://github.com/ColdBox/coldbox-cli / ライセンス: NOASSERTION