Need to exec something on .done() without having to write a custom reporter.
オープン
- 主要言語
- JavaScript
- スター
- 1.9k
- フォーク
- 359
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The built-in reporters work great. But I need to be able to run something on `.done()` and I don't see any way of doing that other than to write my own reporter. It would be painful to have to write and maintain a custom reporter just for the sake of adding in some "execute this callback when all done" functionality, when I don't want to change any other behavior.
Can you add in the ability to do this?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず組み込み reporter のフローと `.done()` エントリーポイントを読んで、完了がどこで処理されているかを確認します。その完了ポイントでの callback の動作を定義し、既存の reporter の動作を変更せずに、すべてのテストが終了した後に実行されることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100