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.

Look into using testResultsProcessor for real-time reporting

See original GitHub issue

Feature

Right now the tool works by Jest doing a --watch run which exports JSON, which is pulled in by the extension and parsed for interesting data, switching that pattern to use the setting testResultsProcessor would allow for incremental updates and less file system faffing.

re: https://github.com/facebook/jest/issues/4806

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ortacommented, Jan 8, 2018

Yeah, I wonder if a lang server process could be based entirely on that callback alone

1reaction
ortacommented, Nov 11, 2017

I think it would need to open up an IPC connection to the running extension, I wonder if that’s code that can live in jest-editor-support, because that could be useful in many places.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Use a Test Reporter With Create React App
Every DevOps tool comes with its own UI baked into the product to visualize your test results and generate a report and for...
Read more >
Collecting test data
A guide to collecting test data in your CircleCI projects. ... To see test results as build artifacts, upload them using the store_artifacts...
Read more >
Jest HTML Reporter / Results Processor
Run tests or a test with jest and specify jest-stare on the --testResultsProcessor option: jest --testResultsProcessor=jest-stare.
Read more >
Configuring Jest
It is recommended to define the configuration in a dedicated ... A list of reporter names that Jest uses when writing coverage reports....
Read more >
Solved: Realtime reporting - ServiceNow Community
I'm not sure what you mean by "syn time of the service." There's nothing to sync. You directly see the values in the...
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