Skip to content

Feature Request/Query: Test Results generated as an HTML report #1260

@subodhpareek18

Description

@subodhpareek18

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions