rtfeldman/node-test-runner

Debug.log output prints to STDOUT instead of STDERR

Open

#365 创建于 2019年6月13日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)JavaScript (82 fork)github user discovery
bughelp wanted

仓库指标

Star
 (140 star)
PR 合并指标
 (平均合并 22天 16小时) (30 天内合并 6 个 PR)

描述

This is particularly a problem with the JUnit formatting as it means any Debug.log is included in the head of the JUnit output, making it invalid xml.

Steps to reproduce; write a test case with Debug.log, and invoke elm-test with JUnit reporter redirected to an xml file.

If Debug.log went to STDERR it would not be redirected to the file. Alternatively allow Junit reporter to specify a file and only output the test results to the file.

贡献者指南