question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Jest Reporter to output single line report

See original GitHub issue

The default jest reporter is “loud” and makes it possible to miss lint errors when using commands like start or build.

Jest currently only allows for the standard reporter. Once they allow for other reporters, Slingshot will need to be updated to utilize it.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
coryhousecommented, Sep 7, 2017

Nice timing Nick - I’m working on this on a work project, so I can port the change over here when I’m done. 😃

1reaction
abdulhannanalicommented, Mar 6, 2017

@nickytonline Thanks for mentioning this! It’s on it’s way. Good to see it’s going to be beneficial.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Report progress of individual test cases · Issue #6616 - GitHub
It seems like Jest currently only reports progress when a complete suite passes. I propose that instead, it should report progress every second ......
Read more >
node.js - How can I change jest test report output directory?
xml file by setting the TEST_REPORT_PATH environment variable with the desired path. Save this answer.
Read more >
jest-html-reporter - npm
Jest test results processor for generating a summary in HTML. Latest version: 3.7.0, last published: 4 months ago.
Read more >
jest-stare | Jest HTML Reporter and Results Processor
jest -stare when used as a reporter updates the HTML report on each completed test run. You can use this to view test...
Read more >
Jest CLI Options
The jest command line runner has a number of useful options. ... test coverage information should be collected and reported in the output....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found