Releases: domenic/wpt-runner
Releases · domenic/wpt-runner
3.0.0
Upgraded to jsdom v16, bringing along various new web platform features.
Updated to testharness.js 9a559c, bringing along various fixes and new assertions there (notably for testing exceptions).
This release raises the minimum required Node.js version to v10.
This release was not published on npm due to technical difficulties; see v3.0.1 instead.
2.8.0
Added a shim for /resources/testdriver.js
with a few useful functions implemented. (#14, @sttk)
2.7.1
Fixed the output to log the original error stack when unhandled exceptions occur in test code. (#13, @MattiasBuelens)
2.7.0
Added support for .any.js
and .window.js
tests. (#12, @MattiasBuelens)
Upgraded to jsdom v13, bringing along various new web platform features.
2.6.0
Upgraded to jsdom v12, bringing along various new web platform features.
Updated to testharness.js 2df7f9f, bringing along various fixes there.
2.5.0
Removed some unnecessary files from the package. (#8, @MattiasBuelens)
Updated to testharness.js d31eaca, bringing along various fixes there.
2.3.0
Upgraded to jsdom v11, bringing along various new web platform features. (#5, @MattiasBuelens)
2.2.0
Added the filter
option for test filtering.
2.1.1
Changed our jsdom config to not use the keepalive HTTP agent, which prevents the HTTP server from being able to shut down. (#3, @isonmad)
Updated testharness.js to eccb7d.