easier way to specify alternate reporter
オープン
- 主要言語
- JavaScript
- スター
- 1.9k
- フォーク
- 359
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Would it be possible to change the --reporter command-line option so only a name can be specified to use built-in reporters rather than the full path to them?
For example, I'd like to use
--reporter=tap
instead of
--reporter=/usr/local/lib/node_modules/nodeunit/lib/reporters/tap.js
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、--reporter オプションのコマンドライン処理と、tap.js を含む組み込み reporter のファイルを見つけます。現在の完全パスの値がどのように解決されるかと、既存の CLI テストを確認します。--reporter=tap で組み込みの TAP reporter が選択され、既存の完全パスの使用方法が引き続き動作すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- cli, testing-qa
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100