Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML report is missing the skip status #2857

Open
comps opened this issue Apr 12, 2024 · 0 comments
Open

HTML report is missing the skip status #2857

comps opened this issue Apr 12, 2024 · 0 comments

Comments

@comps
Copy link
Contributor

comps commented Apr 12, 2024

#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.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant