avajs/ava

Improved reporter experience

開放

#2,500 建立於 2020年5月25日

 (6 則留言) (2 個反應) (0 位負責人)JavaScript (1,408 個分叉)batch import
help wantedscope:reporters

倉庫指標

星標
 (20,600 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

By default it provides minimal output. We show a spinner and the status of the last test, so you get a sense of activity, and once an entire test file completes do we print failures. In verbose mode, we'd print the results of all tests & hooks, including logs. Various counts for passing and failing tests are always shown at the end of the output.

If a TTY is not available, we wouldn't print a spinner and only write the appropriate output for a test file once it completes.

We'd use ink to construct the output.

貢獻者指南