Enhance cleartext reporter with table report
See original GitHub issueIs 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:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll pick this one up if nobody objects
Also good to me 😄