rtfeldman/node-test-runner

Allow multiple reporters

開放

#254 建立於 2018年4月29日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (83 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (140 顆星)
PR 合併指標
 (平均合併 22天 16小時) (30 天內合併 6 個 PR)

描述

I'm using elm-test on CircleCI, and it has a feature which ingests junit files, and over time produces stats about flaky tests, etc. I want to enable this. However, I also want console output, because it's simpler for devs to read in the build output.

I tried to enable both:

elm-test --report=junit --report=console

and got

The --report option must be given either 'console', 'junit', or 'json'

貢獻者指南