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'

贡献者指南