rtfeldman/node-test-runner

Allow multiple reporters

Open

#254 aberto em 29 de abr. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (82 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (140 stars)
Métricas de merge de PR
 (Mesclagem média 22d 16h) (6 fundiu PRs em 30d)

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'

Guia do colaborador