-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Hi,
I'm using nyc with ava to generate html reports of codecoverage and an eslint library to do the same for linting results.
Could there be a possibility of generating verbose html reports of just the test results?
So may be like a TAP reporter that is good at making great UIs with data you normally get at the terminal like:
# runner » execution with noOfVendors > vendorList
ok 30 - runner » execution with noOfVendors > vendorList
# runner » execution with noOfVendors < vendorList
ok 31 - runner » execution with noOfVendors < vendorList
# runner » execution proper
ok 32 - runner » execution proper
# runner » execution success with noOfVendors < filtered vendorList
ok 33 - runner » execution success with noOfVendors < filtered vendorList
# runner » execution success with noOfVendors > filtered vendorList
ok 34 - runner » execution success with noOfVendors > filtered vendorList
1..34
# tests 34
# pass 34
# fail 0
------------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
------------|----------|----------|----------|----------|----------------|
All files | 100 | 100 | 100 | 100 | |
filters.js | 100 | 100 | 100 | 100 | |
runner.js | 100 | 100 | 100 | 100 | |
sorts.js | 100 | 100 | 100 | 100 | |
------------|----------|----------|----------|----------|----------------|
Metadata
Metadata
Assignees
Labels
No labels