rtfeldman/node-test-runner

Allow multiple reporters

Ouverte

#254 ouverte le 29 avr. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (83 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (140 étoiles)
Métriques de merge PR
 (Merge moyen 22j 16h) (6 PRs mergées en 30 j)

Description

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'

Guide contributeur