modules: Add a web-platform-tests run module#695
Conversation
|
Hey, this is great! However, I think you should try to condense the |
|
That file is just a list of tests I grabbed off wpt.py, we could probably just take a random 6k-long slice too. I'm not sure if it'd make any sense to generate them from what's in the repo already since the names are pretty specific? maybe we could split it into some CSS property names, web platform names (e.g. API names), so other future modules could use them too? |
You can do it like you want, just the current file is way too large and I think we can easily generate some stuff. |
svenstaro
left a comment
There was a problem hiding this comment.
Hey, this looks great and it seems very realistic even though I've never run web platform stuff myself. Just a few remarks and then we can get this merged. :)
|
Very cool, thanks! |
In case you're a browser person and want to pretend to be running tests.
This is a veeeery tiny slice of what WPT tests being run looks like, but it looks similar enough I think.
The number of tests/subtests are roughly equivalent to the real test suite (though no one really knows the actual number anyway), and the final result is fairly close to what chrome would get IRL :P