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.

Enhance cleartext reporter with table report

See original GitHub issue

Is your feature request related to a problem? Please describe. A lot of times you might not be interested in the exact locations of the mutations in the console. A reporter that simply shows the numbers in a table might be useful:

-----------|---------|----------|-----------|------------|----------|---------|
File       | % score | # killed | # timeout | # survived | # no cov | # error |
-----------|---------|----------|-----------|------------|----------|---------|
All files  |   69.57 |       16 |         0 |          3 |        4 |       0 |
Add.js     |   82.35 |       14 |         0 |          1 |        2 |       0 |
Circle.js  |   33.33 |        2 |         0 |          2 |        2 |       0 |
-----------|---------|----------|-----------|------------|----------|---------|

We also need to come up with a good name for this reporter

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
eNeRGy164commented, Oct 9, 2020

I’ll pick this one up if nobody objects

0reactions
richardwerkmancommented, Oct 9, 2020

Also good to me 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reporter User Guide 3.1.6
Reporter is a command-line tool that you can use to download your Sales and Trends reports and Payments and Financial Reports. It allows...
Read more >
Output Jest text coverage reporter to .txt
This generates coverage report in file coverage/coverage-report.txt. The dot in ".>" part tells the script to take all files (except for ...
Read more >
Format text in a text box in paginated reports (Report Builder)
On the Insert tab, select Text Box. Select the design surface, and then drag to create a box that is the size you...
Read more >
Reporters
Cleartext tree reporter​​​ It displays all mutations right after the mutation testrun is done. Ideal for a quick run, as it leaves no...
Read more >
CHANGELOG.md
... clear text reporter: Table report for clear text reporter (#1242) (e19332d); cleartext reporter: Improve directory structure of cleartext console report ...
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