jsdom / whatwg-url

An implementation of the WHATWG URL Standard in JavaScript
https://jsdom.github.io/whatwg-url/
MIT License
371 stars 94 forks source link

Overhaul the test runner #253

Closed domenic closed 1 year ago

domenic commented 1 year ago

This allows us to catch up to recent changes in https://github.com/web-platform-tests/wpt/pull/39203. To reduce the maintenance burden, this rewrites the test runner to be focused on, as much as possible, reusing upstream runner code. For three files this is not possible, and those are explicitly called out.