rtfeldman/node-test-runner

Allow multiple reporters

Open

#254 geöffnet am 29. Apr. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (82 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (140 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 16h) (6 gemergte PRs in 30 T)

Beschreibung

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'

Contributor Guide