rtfeldman/node-test-runner

Allow multiple reporters

Open

#254 aperta il 29 apr 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (82 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (140 star)
Metriche merge PR
 (Merge medio 22g 16h) (6 PR mergiate in 30 g)

Descrizione

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'

Guida contributor