Skip to content

HTML report is missing the skip status #2857

Open
@comps

Description

@comps

#2326 added skip as a valid status, but the HTML report code hasn't been updated to support it:

        #results td.pass {
            background: #0a0;
        }
        #results td.fail {
            background: #d30;
        }
        #results td.info {
            background: #58d;
        }
        #results td.warn {
            background: #fc5;
        }
        #results td.error {
            background: #b4d;
        }

and on other places (checkboxes, etc.).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplugin | htmlThe html display plugin

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions