rtfeldman/node-test-runner

Allow multiple reporters

オープン

#254 opened on 2018/04/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (83 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (140 個のスター)
PR merge metrics
 (平均マージ 22d 16h) (30d で 6 merged PRs)

説明

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'

コントリビューターガイド