Skip to content

Silent test runners #976

Closed
Closed
@nicojs

Description

@nicojs

When running a test runner, we pass through any message on the standard error stream to the current console window. This results in a lot of clutter in those cases where a lot of console.error calls are written. For example, using karma with project: angular cli.

Suggestion is to make it silent (log on debug is fine I guess). When a process crashes unexpectedly we can always show the last 10 messages inc the messages on standard error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions