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.

Make buffered console output available to testResultsProcessor

See original GitHub issue

Do you want to request a feature or report a bug?

feature

What is the current behavior?

A testResultsProcessor is given access to a lot of meaningful data but one thing not yet available is the console output from each test case.

What is the expected behavior?

It would be very helpful to provide the buffered console output to test results processors like jest-junit to include console output for each <testcase> (see https://github.com/palmerj3/jest-junit/issues/45 for more details).

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

5reactions
SimenBcommented, Apr 3, 2018

Interesting! I think this should be possible, but I haven’t dug into it.

1reaction
SimenBcommented, Jun 25, 2018

That seems super silly. I’ve been looking at the console stuff lately, and we should definitely still populate console even though we suppress the output in the default reporter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module 'jest-junit' in the testResultsProcessor option was not ...
When running it as part of the CI build process or on another Windows machine, I am getting the following error: Module 'jest-junit'...
Read more >
Jest Test Results Processor for Generating A Summary in HTML
As you run Jest from within the terminal, a file called test-report.html will be created within your root folder containing information about your...
Read more >
jest-cli | Yarn - Package Manager
‍ Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project. Instant...
Read more >
blog - Nick Korbel
I was able to gradually translate each test into code. ... Next we need to make sure that the log information is written...
Read more >
Jest HTML Reporter / Results Processor - jest-stare - npm
jest html reporter (results processor) to view HTML jest results, ... Or, add testResultsProcessor to jest config to specfy jest-stare ...
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