Skip to content

Test runner logs #185

@marsp0

Description

@marsp0

Hey, i would like to see some kind of log/dashboard showing more data on which tests are run (daily/weeekly/pr doesnt matter) and the results. I am trying to compare results to my own implementation of an html parser.

I tried looking at the downstream pipeline in Actions but im having trouble navigating it tbh. It says tests were run but nothing more.

Can you point me in the right direction ? More specifically i would like to see the results of the tokenizer and tree-construction tests. As an example i would like to see the parser running the below test

#data
</body><frameset></frameset>
#errors
(1,7): expected-doctype-but-got-end-tag
(1,17): unexpected-start-tag-after-body
(1,17): unexpected-start-tag
#document
| <html>
|   <head>
|   <frameset>

My own implementation generates a different tree (containing body element) and i can't find the issue. I am guessing I have a bug somewhere.

(btw it is awesome that this repo exists and people developing small hobby projects can use it as a test bench <3)

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